Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13985597
D10059.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
798 B
Referenced Files
None
Subscribers
None
D10059.id.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
@@ -106,7 +106,9 @@
$txn_editor = $object->getApplicationTransactionEditor()
->setActor($user)
- ->setContentSourceFromRequest($request);
+ ->setContentSourceFromRequest($request)
+ ->setContinueOnMissingFields(true);
+
$txn_template = $object->getApplicationTransactionTemplate()
->setTransactionType(PhabricatorTransactions::TYPE_EDGE)
->setMetadataValue('edge:type', $edge_type)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 21, 9:40 PM (4 w, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730254
Default Alt Text
D10059.id.diff (798 B)
Attached To
Mode
D10059: Allow objects to be linked even if they are missing other fields
Attached
Detach File
Event Timeline
Log In to Comment