Attempt to remove Summary from differencial template

This commit is contained in:
2017-03-29 12:12:47 +02:00
parent f78ca8833b
commit 18b9c9b0b1

View File

@@ -117,6 +117,9 @@ final class DifferentialGetCommitMessageConduitAPIMethod
if (!strlen($value)) { if (!strlen($value)) {
if ($is_template) { if ($is_template) {
if ($field_key === 'differential:summary') {
continue;
}
$commit_message[] = $label.': '; $commit_message[] = $label.': ';
} }
} else { } else {