From 2cee950cea588b0fbc686036e10ab8b077bb8138 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 15 May 2013 17:38:38 +0200 Subject: [PATCH] SONAR-3755 fix display of several "assignee" select-boxes in the same page --- .../main/webapp/WEB-INF/app/views/issue/_assign_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_assign_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_assign_form.html.erb index 046d9ce0e04..97ea7d669c6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_assign_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_assign_form.html.erb @@ -4,7 +4,7 @@
- <%= user_select_tag('assignee') -%> + <%= user_select_tag('assignee', :html_id => "assignee-#{params[:issue]}") -%>  <%= link_to_function message('cancel'), 'closeIssueForm(this)' -%>  -- 2.39.5