Page MenuHomePhorge

"default" for maniphest.custom-field-definitions "kolab:ticket-type" does not work
Open, NormalPublic

Description

We have a maniphest.custom-field-definitions set:

{
  "kolab:ticket-type": {
    "name": "Ticket Type",
    "type": "select",
    "options": {
      "kolab:task": "Task",
      "kolab:epic": "Epic",
      "kolab:story": "Story"
    },
    "default": "Task"
  },
  "kolab:estimated-hours": {
    "name": "Estimated Hours",
    "type": "int",
    "caption": "Estimated number of hours this will take."
  }
}

but the default does not seem to apply correctly (not as kolab:task and not as Task).

Details

Ticket Type
Task

Event Timeline

vanmeeuwen raised the priority of this task from to 60.
vanmeeuwen updated the task description. (Show Details)
vanmeeuwen added a project: Phabricator.
vanmeeuwen changed Ticket Type from Task to Task.
vanmeeuwen subscribed.
vanmeeuwen lowered the priority of this task from 60 to Normal.Mar 28 2019, 8:13 AM