Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15416337
D20273.id48409.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
970 B
Referenced Files
None
Subscribers
None
D20273.id48409.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectMoveController.php b/src/applications/project/controller/PhabricatorProjectMoveController.php
--- a/src/applications/project/controller/PhabricatorProjectMoveController.php
+++ b/src/applications/project/controller/PhabricatorProjectMoveController.php
@@ -43,6 +43,13 @@
return new Aphront404Response();
}
+ $cancel_uri = $this->getApplicationURI(
+ new PhutilURI(
+ urisprintf('board/%d/', $project->getID()),
+ array(
+ 'order' => $order,
+ )));
+
$board_phid = $project->getPHID();
$object = id(new ManiphestTaskQuery())
@@ -107,7 +114,8 @@
->setActor($viewer)
->setContinueOnMissingFields(true)
->setContinueOnNoEffect(true)
- ->setContentSourceFromRequest($request);
+ ->setContentSourceFromRequest($request)
+ ->setCancelURI($cancel_uri);
$editor->applyTransactions($object, $xactions);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 10:34 AM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389546
Default Alt Text
D20273.id48409.diff (970 B)
Attached To
Mode
D20273: Allow MFA task edits to go through on workboards
Attached
Detach File
Event Timeline
Log In to Comment