]> source.dussan.org Git - sonarqube.git/commit
SONAR-2397 Remove sort on Assignee and Project
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 26 May 2011 12:31:00 +0000 (14:31 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 26 May 2011 12:31:00 +0000 (14:31 +0200)
commit68abaf902d32166f637242d04187cdd5dfc62d81
tree6da69458f98cad39d5ac6c4ed8b5591f6a6e9716
parentf769fb5f2e558c027c92b87c5ad989913793d224
SONAR-2397 Remove sort on Assignee and Project

The reason is that the DB request fails on Derby because of the joint
needed to get the assignee name or the project name.
FI: it worked on Postgres (and probably all other "real" DBs).
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb