diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-28 14:43:31 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-28 14:43:41 +0200 |
commit | d8324a360fb4c6e614db7a242f41fd7c5402d042 (patch) | |
tree | a5060eee7aa9fe4e09a4f98dc6d1089f1417c63a /server/sonar-web | |
parent | 83fc5e53b202adcba341a16db110d74adcc751bd (diff) | |
download | sonarqube-d8324a360fb4c6e614db7a242f41fd7c5402d042.tar.gz sonarqube-d8324a360fb4c6e614db7a242f41fd7c5402d042.zip |
SONAR-5466 Workspace should display the project as well as the module
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/coffee/component-viewer/duplication-popup.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/coffee/component-viewer/duplication-popup.coffee b/server/sonar-web/src/main/coffee/component-viewer/duplication-popup.coffee index e1459f0b185..c9e6545fd24 100644 --- a/server/sonar-web/src/main/coffee/component-viewer/duplication-popup.coffee +++ b/server/sonar-web/src/main/coffee/component-viewer/duplication-popup.coffee @@ -42,6 +42,9 @@ define [ key: file.key name: x.name subname: x.dir + component: + projectName: file.projectName + subProjectName: file.subProjectName active: file.key == key if key == @options.main.component.get 'key' @options.main.scrollToLine line |