diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-23 15:56:15 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-23 16:06:19 +0200 |
commit | 05731c41527a6afe90354c6011168115d2909c87 (patch) | |
tree | c6825c3217693f2a68c88910cd07df74051c5dae | |
parent | 368c69ff50f461e5e3d77fb91f5a6263d1024391 (diff) | |
download | sonarqube-05731c41527a6afe90354c6011168115d2909c87.tar.gz sonarqube-05731c41527a6afe90354c6011168115d2909c87.zip |
SONAR-5135 Reload facets after bulk operation
-rw-r--r-- | sonar-server/src/main/coffee/coding-rules/views/coding-rules-bulk-change-view.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/coffee/coding-rules/views/coding-rules-bulk-change-view.coffee b/sonar-server/src/main/coffee/coding-rules/views/coding-rules-bulk-change-view.coffee index de092804e93..a5107ffc484 100644 --- a/sonar-server/src/main/coffee/coding-rules/views/coding-rules-bulk-change-view.coffee +++ b/sonar-server/src/main/coffee/coding-rules/views/coding-rules-bulk-change-view.coffee @@ -53,7 +53,7 @@ define [ close: -> - @options.app.fetchFirstPage(true) + @options.app.fetchFirstPage() @hide() |