Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15356185
D17967.id43215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17967.id43215.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectEditPictureController.php b/src/applications/project/controller/PhabricatorProjectEditPictureController.php
--- a/src/applications/project/controller/PhabricatorProjectEditPictureController.php
+++ b/src/applications/project/controller/PhabricatorProjectEditPictureController.php
@@ -23,8 +23,7 @@
$this->setProject($project);
- $edit_uri = $this->getApplicationURI('profile/'.$project->getID().'/');
- $view_uri = $this->getApplicationURI('profile/'.$project->getID().'/');
+ $manage_uri = $this->getApplicationURI('manage/'.$project->getID().'/');
$supported_formats = PhabricatorFile::getTransformableImageFormats();
$e_file = true;
@@ -90,7 +89,7 @@
$editor->applyTransactions($project, $xactions);
- return id(new AphrontRedirectResponse())->setURI($edit_uri);
+ return id(new AphrontRedirectResponse())->setURI($manage_uri);
}
}
@@ -243,7 +242,7 @@
pht('Supported formats: %s', implode(', ', $supported_formats))))
->appendChild(
id(new AphrontFormSubmitControl())
- ->addCancelButton($edit_uri)
+ ->addCancelButton($manage_uri)
->setValue(pht('Upload Picture')));
$form_box = id(new PHUIObjectBoxView())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 6:13 AM (3 h, 31 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7577478
Default Alt Text
D17967.id43215.diff (1 KB)
Attached To
Mode
D17967: Make editing project images redirect to "Manage" more consistently
Attached
Detach File
Event Timeline
Log In to Comment