Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18857999
D19844.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
572 B
Referenced Files
None
Subscribers
None
D19844.id.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
@@ -649,7 +649,7 @@
$old_value = $object->getOwnerPHID();
$new_value = $xaction->getNewValue();
if ($old_value === $new_value) {
- continue;
+ break;
}
// When a task is reassigned, move the old owner to the subscriber
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 2 2025, 7:31 PM (23 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9090228
Default Alt Text
D19844.id.diff (572 B)
Attached To
Mode
D19844: Fix a transaction editor "continue;" inside "switch()" for PHP 7.3
Attached
Detach File
Event Timeline
Log In to Comment