Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15450839
D11353.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
759 B
Referenced Files
None
Subscribers
None
D11353.diff
View Options
diff --git a/src/applications/search/controller/PhabricatorSearchAttachController.php b/src/applications/search/controller/PhabricatorSearchAttachController.php
--- a/src/applications/search/controller/PhabricatorSearchAttachController.php
+++ b/src/applications/search/controller/PhabricatorSearchAttachController.php
@@ -74,7 +74,8 @@
$txn_editor = $object->getApplicationTransactionEditor()
->setActor($user)
->setContentSourceFromRequest($request)
- ->setContinueOnMissingFields(true);
+ ->setContinueOnMissingFields(true)
+ ->setContinueOnNoEffect(true);
$txn_template = $object->getApplicationTransactionTemplate()
->setTransactionType(PhabricatorTransactions::TYPE_EDGE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 6:33 PM (2 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7720139
Default Alt Text
D11353.diff (759 B)
Attached To
Mode
D11353: T6917, PhabricatorApplicationTransactionNoEffectException when saving "blocking tasks" without changing them
Attached
Detach File
Event Timeline
Log In to Comment