diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-08 09:25:26 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-08 09:25:26 +0000 |
commit | 4031ac31393a4421f1058d76bae45ff95bdbcf19 (patch) | |
tree | 3e85c7450feb28730094b7e52347caa3658ced87 /app/views/projects | |
parent | 6e93adbec3915cb92ed280378dfe3ace5c3790cb (diff) | |
download | redmine-4031ac31393a4421f1058d76bae45ff95bdbcf19.tar.gz redmine-4031ac31393a4421f1058d76bae45ff95bdbcf19.zip |
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
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/settings/_issues.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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? %> |