Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14004757
D10088.id24258.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
D10088.id24258.diff
View Options
diff --git a/src/applications/maniphest/editor/ManiphestTransactionEditor.php b/src/applications/maniphest/editor/ManiphestTransactionEditor.php
--- a/src/applications/maniphest/editor/ManiphestTransactionEditor.php
+++ b/src/applications/maniphest/editor/ManiphestTransactionEditor.php
@@ -258,9 +258,9 @@
$new = $unblock_xaction->getNewValue();
foreach ($blocked_tasks as $blocked_task) {
- $xactions = array();
+ $unblock_xactions = array();
- $xactions[] = id(new ManiphestTransaction())
+ $unblock_xactions[] = id(new ManiphestTransaction())
->setTransactionType(ManiphestTransaction::TYPE_UNBLOCK)
->setOldValue(array($object->getPHID() => $old))
->setNewValue(array($object->getPHID() => $new));
@@ -275,7 +275,7 @@
->setContentSource($this->getContentSource())
->setContinueOnNoEffect(true)
->setContinueOnMissingFields(true)
- ->applyTransactions($blocked_task, $xactions);
+ ->applyTransactions($blocked_task, $unblock_xactions);
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 28, 2:17 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6742876
Default Alt Text
D10088.id24258.diff (1 KB)
Attached To
Mode
D10088: Fix email for closing a blocking task
Attached
Detach File
Event Timeline
Log In to Comment