mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-22 12:41:19 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ final class PhabricatorGlobalUploadTargetView extends AphrontView {
|
|||
'ifSupported' => $this->showIfSupportedID,
|
||||
'instructions' => $instructions_id,
|
||||
'uploadURI' => '/file/dropupload/',
|
||||
'browseURI' => '/file/filter/my/',
|
||||
'browseURI' => '/file/query/authored/',
|
||||
));
|
||||
|
||||
return phutil_tag(
|
||||
|
|
Loading…
Reference in a new issue