Commit 8e278cfe75c3a63debf80f8d79433d492d204117
1 parent
415c0f4b
Exists in
spb-stable
and in
3 other branches
Fixed multiple close issue #6615
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/issues/_issues.html.haml
@@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
54 | .clearfix | 54 | .clearfix |
55 | .issues_bulk_update.hide | 55 | .issues_bulk_update.hide |
56 | = form_tag bulk_update_project_issues_path(@project), method: :post do | 56 | = form_tag bulk_update_project_issues_path(@project), method: :post do |
57 | - = select_tag('update[status]', options_for_select(['Open', 'Closed']), prompt: "Status") | 57 | + = select_tag('update[status]', options_for_select([['Open', 'open'], ['Closed', 'closed']]), prompt: "Status") |
58 | = project_users_select_tag('update[assignee_id]', placeholder: 'Assignee') | 58 | = project_users_select_tag('update[assignee_id]', placeholder: 'Assignee') |
59 | = select_tag('update[milestone_id]', bulk_update_milestone_options, prompt: "Milestone") | 59 | = select_tag('update[milestone_id]', bulk_update_milestone_options, prompt: "Milestone") |
60 | = hidden_field_tag 'update[issues_ids]', [] | 60 | = hidden_field_tag 'update[issues_ids]', [] |