]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6075 Hide projects and authors facets on a developer technical project
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 26 Feb 2015 08:42:26 +0000 (09:42 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 26 Feb 2015 08:42:26 +0000 (09:42 +0100)
server/sonar-web/src/main/coffee/issues/app-context.coffee

index 7151afdb432410d8dddddd8ae34f55a9481f9d43..257b3bf008ef4e347f067bf726fce85427c2e815 100644 (file)
@@ -67,6 +67,7 @@ requirejs [
     'BRC': ['projectUuids']
     'DIR': ['projectUuids', 'moduleUuids', 'directories']
     'DEV': ['authors']
+    'DEV_PRJ': ['projectUuids', 'authors']
 
 
   App.updateContextFacets = ->