mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 13:00:56 +01:00
Hide "Maniphest Task:" in commit template
Summary: We prefer parsing freetext fields. We should probably wait for {T2743}. Test Plan: $ arc --conduit-uri=http://phabricator.local/ diff Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5349
This commit is contained in:
parent
4d2cf457d4
commit
0de66e9c75
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ final class DifferentialManiphestTasksFieldSpecification
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldAppearOnCommitMessageTemplate() {
|
public function shouldAppearOnCommitMessageTemplate() {
|
||||||
return PhabricatorEnv::getEnvConfig('maniphest.enabled');
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldAppearOnCommitMessage() {
|
public function shouldAppearOnCommitMessage() {
|
||||||
|
|
Loading…
Reference in a new issue