From 1f2c4ac2e8dba121e095cd1d8a6f6865c7da0ff1 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Fri, 27 May 2011 09:23:43 +0200 Subject: [PATCH] SONAR-2388 clear the "Assigned to" field when appropriate Clear the "Assigned to" field when the options "With false-positives" and "Only false-positives" are selected otherwise no result is returned as false-positive review are automatically unassigned. --- .../src/main/webapp/WEB-INF/app/views/reviews/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb index bb2b91e8aa9..65698bb2fc0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb @@ -70,7 +70,7 @@ function launchSearch(columnName, link) { <%= user_autocomplete_field "assignee_id", @assignee_id, { :class => "max-width" } -%>

- -- 2.39.5