Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15377312
D17061.id41045.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
904 B
Referenced Files
None
Subscribers
None
D17061.id41045.diff
View Options
diff --git a/src/applications/differential/parser/DifferentialCommitMessageParser.php b/src/applications/differential/parser/DifferentialCommitMessageParser.php
--- a/src/applications/differential/parser/DifferentialCommitMessageParser.php
+++ b/src/applications/differential/parser/DifferentialCommitMessageParser.php
@@ -274,7 +274,7 @@
} catch (DifferentialFieldParseException $ex) {
$this->errors[] = pht(
'Error parsing field "%s": %s',
- $field->renderCommitMessageLabel(),
+ $field->getFieldName(),
$ex->getMessage());
}
}
@@ -286,7 +286,7 @@
} catch (DifferentialFieldValidationException $ex) {
$this->errors[] = pht(
'Invalid or missing field "%s": %s',
- $field->renderCommitMessageLabel(),
+ $field->getFieldName(),
$ex->getMessage());
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 14, 8:35 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7332649
Default Alt Text
D17061.id41045.diff (904 B)
Attached To
Mode
D17061: Fix a Differential exception in invalid/missing fields
Attached
Detach File
Event Timeline
Log In to Comment