aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee')
-rw-r--r--sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee b/sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee
index 156ef178544..652e0dc679c 100644
--- a/sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee
+++ b/sonar-server/src/main/coffee/component-viewer/line-actions-popup.coffee
@@ -28,6 +28,7 @@ define [
manualIssueView = new ManualIssueView
line: line
component: component
+ rules: @options.main.state.get 'manual_rules'
manualIssueView.render().$el.appendTo @options.row.find('.line')
manualIssueView.on 'add', (issue) =>
issues = @options.main.source.get('issues') || []