mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Fix confusing documentation on maniphest.default-priority
Summary: Fixes T6056. This documentation is out of date and not very useful. We could probably fold this option into `maniphest.priorities` at some point. Test Plan: Read documentation, clicked link. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T6056 Differential Revision: https://secure.phabricator.com/D10450
This commit is contained in:
parent
fdccb0f405
commit
675cf3f6a3
1 changed files with 4 additions and 3 deletions
|
@ -255,9 +255,10 @@ EOTEXT
|
||||||
->setSummary(pht('Default task priority for create flows.'))
|
->setSummary(pht('Default task priority for create flows.'))
|
||||||
->setDescription(
|
->setDescription(
|
||||||
pht(
|
pht(
|
||||||
"What should the default task priority be in create flows? See ".
|
'Choose a default priority for newly created tasks. You can '.
|
||||||
"the constants in @{class:ManiphestTaskPriority} for valid ".
|
'review and adjust available priorities by using the '.
|
||||||
"values. Defaults to 'needs triage'.")),
|
'{{maniphest.priorities}} configuration option. The default value '.
|
||||||
|
'(`90`) corresponds to the default "Needs Triage" priority.')),
|
||||||
$this->newOption(
|
$this->newOption(
|
||||||
'metamta.maniphest.reply-handler-domain',
|
'metamta.maniphest.reply-handler-domain',
|
||||||
'string',
|
'string',
|
||||||
|
|
Loading…
Reference in a new issue