Skip to content

Commit 3929309

Browse files
author
epriestley
committedMay 29, 2014
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
1 parent 63ed126 commit 3929309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ public function getOptions() {
218218
->setSummary(pht("Custom Maniphest fields."))
219219
->setDescription(
220220
pht(
221-
"Array of custom fields for Maniphest tasks. For details on ".
222-
"adding custom fields to Maniphest, see 'Maniphest User Guide: ".
223-
"Adding Custom Fields'."))
221+
'Array of custom fields for Maniphest tasks. For details on '.
222+
'adding custom fields to Maniphest, see "Configuring Custom '.
223+
'Fields" in the documentation.'))
224224
->addExample(
225225
'{"mycompany:estimated-hours": {"name": "Estimated Hours", '.
226226
'"type": "int", "caption": "Estimated number of hours this will '.

0 commit comments

Comments
 (0)
Failed to load comments.