From: Stas Vilchik Date: Fri, 28 Nov 2014 09:24:03 +0000 (+0100) Subject: SONAR-5877 Fix adding manual issues X-Git-Tag: 5.0-RC1~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ac80f04342fa39f921b1b8386299358f1b32ecc5;p=sonarqube.git SONAR-5877 Fix adding manual issues --- diff --git a/server/sonar-web/src/main/coffee/component-viewer/line-actions-popup.coffee b/server/sonar-web/src/main/coffee/component-viewer/line-actions-popup.coffee index a79791431fb..8d59c33872b 100644 --- a/server/sonar-web/src/main/coffee/component-viewer/line-actions-popup.coffee +++ b/server/sonar-web/src/main/coffee/component-viewer/line-actions-popup.coffee @@ -46,7 +46,7 @@ define [ line: line component: component rules: @options.main.state.get 'manual_rules' - manualIssueView.render().$el.appendTo @options.row.find('.line') + manualIssueView.render().$el.appendTo @options.row.find('.source-line-code') manualIssueView.on 'add', (issue) => issues = @options.main.source.get('issues') || [] activeIssues = @options.main.source.get('activeIssues') || []