]> source.dussan.org Git - sonarqube.git/commit
SONAR-1973 Fix review not linked to the project but to the module
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 16 May 2011 13:50:59 +0000 (15:50 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 16 May 2011 13:50:59 +0000 (15:50 +0200)
commit42c733568534132daed7c185905a8f428f058dde
treeb375f4da9f80e1a1bc03de10e322651b04983669
parentd7fad9e9287db2442a9cd200216fd981bb1f7ba0
SONAR-1973 Fix review not linked to the project but to the module

Reviews should reference the top project that contains the violation
they reference, and not the module. It was not the case, and as a
consequence, the search engine did not work as expected.
sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb