]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5209 Fix bug with duplications on the issues page
authorStas Vilchik <vilchiks@gmail.com>
Fri, 18 Jul 2014 04:18:46 +0000 (10:18 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 18 Jul 2014 06:53:08 +0000 (12:53 +0600)
sonar-server/src/main/js/issues/extra.js

index 388fdfcb211a71516b64b33a3e66524ceff7b6f3..d154190a759636a21788e0e6ce6db3b17cd1ebf2 100644 (file)
@@ -161,6 +161,7 @@ define(
                 componentViewer.settings.set('issues', false);
                 componentViewer.open(that.model.get('component'));
                 componentViewer.on('loaded', function() {
+                  componentViewer.off('loaded');
                   componentViewer.showIssues(false, that.model.toJSON());
                 });
               };