1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Update config to point at modern custom field article.

Summary: Fixes T5215. This mentions an old article name.

Test Plan: Read config option.

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5215

Differential Revision: https://secure.phabricator.com/D9331
This commit is contained in:
epriestley 2014-05-29 12:01:30 -07:00
parent 63ed126b2a
commit 3929309225

View file

@ -218,9 +218,9 @@ EOTEXT
->setSummary(pht("Custom Maniphest fields.")) ->setSummary(pht("Custom Maniphest fields."))
->setDescription( ->setDescription(
pht( pht(
"Array of custom fields for Maniphest tasks. For details on ". 'Array of custom fields for Maniphest tasks. For details on '.
"adding custom fields to Maniphest, see 'Maniphest User Guide: ". 'adding custom fields to Maniphest, see "Configuring Custom '.
"Adding Custom Fields'.")) 'Fields" in the documentation.'))
->addExample( ->addExample(
'{"mycompany:estimated-hours": {"name": "Estimated Hours", '. '{"mycompany:estimated-hours": {"name": "Estimated Hours", '.
'"type": "int", "caption": "Estimated number of hours this will '. '"type": "int", "caption": "Estimated number of hours this will '.