BigW Consortium Gitlab

Commit b6aa3d3e by Phil Hughes

Merge branch 'unassign-default-dropdown-state' into 'master'

Changes default text to "Unassigned" Closes #32802 See merge request !12081
parents a4a11b41 0c4c5cdd
......@@ -29,7 +29,7 @@ module FormHelper
current_user: true,
project_id: issuable.project.try(:id),
field_name: "#{issuable.class.model_name.param_key}[assignee_ids][]",
default_label: 'Assignee',
default_label: 'Unassigned',
'max-select': 1,
'dropdown-header': 'Assignee',
multi_select: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment