]> source.dussan.org Git - sonarqube.git/commit
SONAR-2073 - Fix which filters are visible and group them by category.
authorDavid Gageot <david@gageot.net>
Mon, 14 May 2012 13:12:08 +0000 (15:12 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 14 May 2012 13:13:00 +0000 (15:13 +0200)
commit4db7d8befe0c7c05580daa2da7e9e7cac030b434
tree3925916a934a1319702d49e1d3bebd738825fb63
parent517c672726ddb6324079570eeb93144f7fde01e4
SONAR-2073 - Fix which filters are visible and group them by category.

In a filter widget you shouldn't access to a filter created by another user but not shared by this user.

Moreover, in the dropdown list to select a filter to be displayed it would be valuable to display to different sections : one for "my own filters" and the other one for the "shared filters".
sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb