Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15380596
D8514.id20195.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1005 B
Referenced Files
None
Subscribers
None
D8514.id20195.diff
View Options
diff --git a/src/applications/differential/conduit/ConduitAPI_differential_getcommitmessage_Method.php b/src/applications/differential/conduit/ConduitAPI_differential_getcommitmessage_Method.php
--- a/src/applications/differential/conduit/ConduitAPI_differential_getcommitmessage_Method.php
+++ b/src/applications/differential/conduit/ConduitAPI_differential_getcommitmessage_Method.php
@@ -65,11 +65,9 @@
foreach ($fields as $field => $value) {
$custom_field = idx($field_map, $field);
if (!$custom_field) {
- throw new Exception(
- pht(
- 'Commit message includes field "%s", but this field does not '.
- 'correspond to a known field.',
- $field));
+ // Just ignore this, these workflows don't make strong distictions
+ // about field editability on the client side.
+ continue;
}
if ($is_create ||
$custom_field->shouldOverwriteWhenCommitMessageIsEdited()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 3:48 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382357
Default Alt Text
D8514.id20195.diff (1005 B)
Attached To
Mode
D8514: Silence a warning about unknown fields in 'getcommitmessage'
Attached
Detach File
Event Timeline
Log In to Comment