From: Go MAEDA Date: Mon, 8 Mar 2021 09:25:26 +0000 (+0000) Subject: Project settings tab contains two items with the same id (#34032). X-Git-Tag: 4.2.0~69 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4031ac31393a4421f1058d76bae45ff95bdbcf19;p=redmine.git 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 --- 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? %>