mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 11:22:40 +01:00
596b83a712
Summary: When users use the web UI to enter text like "Reviewers: x" into the "Summary" or "Test Plan", we can end up with an ambiguous commit message. Some time ago we added a warning about this to the "Summary" field, and //attempted// to add it to the "Test Plan" field, but it actually gets called from the wrong place. Remove the code from the wrong place (no callers, not reachable) and put it in the right place. This fixes an issue where users could edit a test plan from the web UI to add the text "Tests: ..." and cause ambiguities on a later "arc diff --edit". Test Plan: {F5026603} Reviewers: chad, amckinley Reviewed By: chad Differential Revision: https://secure.phabricator.com/D18175 |
||
---|---|---|
.. | ||
__tests__ | ||
DifferentialAuditorsCommitMessageField.php | ||
DifferentialBlameRevisionCommitMessageField.php | ||
DifferentialCommitMessageCustomField.php | ||
DifferentialCommitMessageField.php | ||
DifferentialConflictsCommitMessageField.php | ||
DifferentialGitSVNIDCommitMessageField.php | ||
DifferentialJIRAIssuesCommitMessageField.php | ||
DifferentialRevertPlanCommitMessageField.php | ||
DifferentialReviewedByCommitMessageField.php | ||
DifferentialReviewersCommitMessageField.php | ||
DifferentialRevisionIDCommitMessageField.php | ||
DifferentialSubscribersCommitMessageField.php | ||
DifferentialSummaryCommitMessageField.php | ||
DifferentialTagsCommitMessageField.php | ||
DifferentialTasksCommitMessageField.php | ||
DifferentialTestPlanCommitMessageField.php | ||
DifferentialTitleCommitMessageField.php |