]> source.dussan.org Git - sonarqube.git/commit
SONAR-2399 Fix small bug on widget parameter retrieval
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 25 Nov 2011 16:04:40 +0000 (17:04 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 25 Nov 2011 16:04:40 +0000 (17:04 +0100)
commit296b3716fd5905febeab28abbc40c8e06b2b3fe7
tree7c4bf1eed33d1eda0a9c66e341639903b58e34fd
parentc344d8572dffc533c468f1966d6b2d55a59b6e3a
SONAR-2399 Fix small bug on widget parameter retrieval

=> if the user sets the numberOfLines parameter to blank (''), then
the widget can't be displayed any more.
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_metric.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_resources.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_rules.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/false_positive_reviews.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/my_reviews.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/project_reviews.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/reviews_per_developer.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/reviews/_reviews_list.html.erb