Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399363
D18445.id44317.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
721 B
Referenced Files
None
Subscribers
None
D18445.id44317.diff
View Options
diff --git a/src/applications/auth/controller/PhabricatorAuthSSHKeyEditController.php b/src/applications/auth/controller/PhabricatorAuthSSHKeyEditController.php
--- a/src/applications/auth/controller/PhabricatorAuthSSHKeyEditController.php
+++ b/src/applications/auth/controller/PhabricatorAuthSSHKeyEditController.php
@@ -93,7 +93,7 @@
try {
$editor->applyTransactions($key, $xactions);
- return id(new AphrontRedirectResponse())->setURI($key->getURI());
+ return id(new AphrontRedirectResponse())->setURI($cancel_uri);
} catch (PhabricatorApplicationTransactionValidationException $ex) {
$validation_exception = $ex;
$e_name = $ex->getShortMessage($type_name);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 4:12 AM (4 d, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709358
Default Alt Text
D18445.id44317.diff (721 B)
Attached To
Mode
D18445: Redirect users back to where they added an SSH Key
Attached
Detach File
Event Timeline
Log In to Comment