]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5935 Consider "set_tags" as one of the default actions (not shown in "More")
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 19 Dec 2014 15:45:28 +0000 (16:45 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 19 Dec 2014 15:45:28 +0000 (16:45 +0100)
server/sonar-web/src/main/js/common/handlebars-extensions.js

index f5e8e3cfe0b26380c19b08c65ab230dd6ffcbd9f..fb341202363d274eb35ea4a95740901a164b5649 100644 (file)
@@ -21,7 +21,7 @@ define(['handlebars'], function (Handlebars) {
     return Handlebars.compile(jQuery(templateSelector).html() || '');
   };
 
-  var defaultActions = ['comment', 'assign', 'assign_to_me', 'plan', 'set_severity'];
+  var defaultActions = ['comment', 'assign', 'assign_to_me', 'plan', 'set_severity', 'set_tags'];
 
   Handlebars.registerHelper('log', function() {
     var args = Array.prototype.slice.call(arguments, 0, -1);