Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14840138
D11303.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
732 B
Referenced Files
None
Subscribers
None
D11303.id.diff
View Options
diff --git a/src/applications/maniphest/controller/ManiphestTransactionSaveController.php b/src/applications/maniphest/controller/ManiphestTransactionSaveController.php
--- a/src/applications/maniphest/controller/ManiphestTransactionSaveController.php
+++ b/src/applications/maniphest/controller/ManiphestTransactionSaveController.php
@@ -131,12 +131,6 @@
}
}
- // Evade no-effect detection in the new editor stuff until we can switch
- // to subscriptions.
- $added_ccs = array_filter(array_diff(
- $added_ccs,
- $task->getSubscriberPHIDs()));
-
if ($added_ccs) {
// We've added CCs, so include a CC transaction.
$all_ccs = array_merge($task->getSubscriberPHIDs(), $added_ccs);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 2, 3:49 AM (16 h, 2 s)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7083595
Default Alt Text
D11303.id.diff (732 B)
Attached To
Mode
D11303: Maniphest - fix corner case where no-op subscriber change had wrong error
Attached
Detach File
Event Timeline
Log In to Comment