From 4031ac31393a4421f1058d76bae45ff95bdbcf19 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 8 Mar 2021 09:25:26 +0000 Subject: [PATCH] Project settings tab contains two items with the same id (#34032). Patch by Ali Hamdan and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20766 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/settings/_issues.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/settings/_issues.html.erb b/app/views/projects/settings/_issues.html.erb index 5b2db2937..aef3a9a22 100644 --- a/app/views/projects/settings/_issues.html.erb +++ b/app/views/projects/settings/_issues.html.erb @@ -1,4 +1,4 @@ -<%= labelled_form_for @project do |f| %> +<%= labelled_form_for @project, as: 'project_issue_tracking' do |f| %> <%= hidden_field_tag 'tab', 'issues' %> <% unless @trackers.empty? %>