From 675cf3f6a33970fe28c07565d7a3a95b629daf5c Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 9 Sep 2014 09:01:39 -0700 Subject: [PATCH] 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 --- .../maniphest/config/PhabricatorManiphestConfigOptions.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php index 67d05dae22..dbeb8bd402 100644 --- a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php +++ b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php @@ -255,9 +255,10 @@ EOTEXT ->setSummary(pht('Default task priority for create flows.')) ->setDescription( pht( - "What should the default task priority be in create flows? See ". - "the constants in @{class:ManiphestTaskPriority} for valid ". - "values. Defaults to 'needs triage'.")), + 'Choose a default priority for newly created tasks. You can '. + 'review and adjust available priorities by using the '. + '{{maniphest.priorities}} configuration option. The default value '. + '(`90`) corresponds to the default "Needs Triage" priority.')), $this->newOption( 'metamta.maniphest.reply-handler-domain', 'string',