Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15198399
D8491.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
750 B
Referenced Files
None
Subscribers
None
D8491.diff
View Options
diff --git a/src/applications/differential/conduit/ConduitAPI_differential_Method.php b/src/applications/differential/conduit/ConduitAPI_differential_Method.php
--- a/src/applications/differential/conduit/ConduitAPI_differential_Method.php
+++ b/src/applications/differential/conduit/ConduitAPI_differential_Method.php
@@ -80,11 +80,7 @@
$role = PhabricatorCustomField::ROLE_APPLICATIONTRANSACTIONS;
if (!$field->shouldEnableForRole($role)) {
- throw new Exception(
- pht(
- 'Request attempts to update field "%s", but that field can not '.
- 'perform transactional updates.',
- $key));
+ continue;
}
// TODO: This is fairly similar to PhabricatorCustomField's
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 24, 2:46 AM (10 h, 50 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7188531
Default Alt Text
D8491.diff (750 B)
Attached To
Mode
D8491: Fix a bug for updating diffs
Attached
Detach File
Event Timeline
Log In to Comment