Fix file upload redirect URI
Summary: Ref T2625. This is now "query" instead of "filter" with the new search stuff. Test Plan: Uploaded a file. Grepped for 'file/filter'. Reviewers: btrahan, chad Reviewed By: chad CC: aran Maniphest Tasks: T2625 Differential Revision: https://secure.phabricator.com/D6105
This commit is contained in:
parent
831590410a
commit
569ddd3e78
|
@ -22,7 +22,7 @@ final class PhabricatorGlobalUploadTargetView extends AphrontView {
|
||||||
'ifSupported' => $this->showIfSupportedID,
|
'ifSupported' => $this->showIfSupportedID,
|
||||||
'instructions' => $instructions_id,
|
'instructions' => $instructions_id,
|
||||||
'uploadURI' => '/file/dropupload/',
|
'uploadURI' => '/file/dropupload/',
|
||||||
'browseURI' => '/file/filter/my/',
|
'browseURI' => '/file/query/authored/',
|
||||||
));
|
));
|
||||||
|
|
||||||
return phutil_tag(
|
return phutil_tag(
|
||||||
|
|
Loading…
Reference in a new issue