1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 14:30:56 +01:00

Minor, fix two documentation JSON issues

Summary: See <http://stackoverflow.com/questions/25417434/phabricator-maniphest-custom-field-issue>

Auditors: btrahan
This commit is contained in:
epriestley 2014-08-23 03:50:49 -07:00
parent 061c1c1494
commit 556eb9441a

View file

@ -61,7 +61,7 @@ value of `maniphest.custom-field-definitions`):
}, },
"mycompany:company-jobs": { "mycompany:company-jobs": {
"name": "Job Role", "name": "Job Role",
"type: "select", "type": "select",
"options": { "options": {
"mycompany:engineer": "Engineer", "mycompany:engineer": "Engineer",
"mycompany:nonengineer": "Other" "mycompany:nonengineer": "Other"
@ -70,7 +70,7 @@ value of `maniphest.custom-field-definitions`):
"mycompany:favorite-dinosaur": { "mycompany:favorite-dinosaur": {
"name": "Favorite Dinosaur", "name": "Favorite Dinosaur",
"type": "text" "type": "text"
}, }
} }
The fields will then appear in the other config option for the application The fields will then appear in the other config option for the application