]> source.dussan.org Git - sonarqube.git/commit
SONAR-3528 Pagination is broken on reviews widgets
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 30 May 2012 10:33:28 +0000 (12:33 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 30 May 2012 10:33:28 +0000 (12:33 +0200)
commit98373bb223e0a2e4ada867cde307a765a815a5c2
tree9ada560134887a26f0d43fdb16a2192d6fcb46ae
parent3c6dd63f2edaf89c1795e0ac97a1373df1ec5843
SONAR-3528 Pagination is broken on reviews widgets

Fix regression introduced during fix of SONAR-3404 (see commit
c8278a1e6bca00368405a760b3ab8d0d4c32f146): the name "limit"
used to allow loading more reviews is the same as the one used by
the widget's partial to paginate.
=> now, the partial uses "table_limit" as parameter
sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/reviews/_reviews_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/reviews/_reviews_list_widget.html.erb