@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4 -3
+4 -3
src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php
··· 255 255 ->setSummary(pht('Default task priority for create flows.')) 256 256 ->setDescription( 257 257 pht( 258 - "What should the default task priority be in create flows? See ". 259 - "the constants in @{class:ManiphestTaskPriority} for valid ". 260 - "values. Defaults to 'needs triage'.")), 258 + 'Choose a default priority for newly created tasks. You can '. 259 + 'review and adjust available priorities by using the '. 260 + '{{maniphest.priorities}} configuration option. The default value '. 261 + '(`90`) corresponds to the default "Needs Triage" priority.')), 261 262 $this->newOption( 262 263 'metamta.maniphest.reply-handler-domain', 263 264 'string',