From: Stas Vilchik Date: Wed, 7 Jan 2015 13:21:05 +0000 (+0100) Subject: Update issues widget in order to point to the issues page X-Git-Tag: latest-silver-master-#65~317 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f22da3d3bb2989657aab80d9b42d92a75f25192;p=sonarqube.git Update issues widget in order to point to the issues page --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb index 64dc71cabc8..d97b4041c99 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb @@ -9,8 +9,6 @@ if search_options['filter'] results = Internal.issues.execute(search_options['filter'].to_i, search_options) else - search_options['sort'] = 'FILE_LINE' - search_options['asc'] = 'false' results = Internal.issues.execute(search_options) end issues = results.issues() @@ -54,7 +52,7 @@ - + <%= h truncate(issue.message, :length => 100) -%> <% if last_comment && last_comment.userLogin() %>