mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Remove dead Maniphest field config from default.conf.php
Summary: Some day we'll just delete this entirely. Test Plan: loaded Phabricator Reviewers: zeeg, btrahan Reviewed By: zeeg CC: aran, mbishopim3 Differential Revision: https://secure.phabricator.com/D7044
This commit is contained in:
parent
09cdf0de48
commit
e4494473ee
1 changed files with 0 additions and 4 deletions
|
@ -929,10 +929,6 @@ return array(
|
||||||
|
|
||||||
// -- Maniphest ------------------------------------------------------------- //
|
// -- Maniphest ------------------------------------------------------------- //
|
||||||
|
|
||||||
// Array of custom fields for Maniphest tasks. For details on adding custom
|
|
||||||
// fields to Maniphest, see "Maniphest User Guide: Adding Custom Fields".
|
|
||||||
'maniphest.custom-fields' => array(),
|
|
||||||
|
|
||||||
// What should the default task priority be in create flows?
|
// What should the default task priority be in create flows?
|
||||||
// See the constants in @{class:ManiphestTaskPriority} for valid values.
|
// See the constants in @{class:ManiphestTaskPriority} for valid values.
|
||||||
// Defaults to "needs triage".
|
// Defaults to "needs triage".
|
||||||
|
|
Loading…
Reference in a new issue