]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3432 show input field for lists
authorDavid Gageot <david@gageot.net>
Fri, 6 Jul 2012 10:49:55 +0000 (12:49 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 6 Jul 2012 10:50:01 +0000 (12:50 +0200)
sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb

index f287fd20330d5f16b0b7a6a5b0eab017919f3609..9919f45db5de5dc40e3dd26f8a125a99e1824be6 100644 (file)
@@ -34,6 +34,8 @@ module RulesConfigurationHelper
     return PropertyType::TYPE_INTEGER if type == PARAM_TYPE_INTEGER_LIST
     return PropertyType::TYPE_BOOLEAN if type == PARAM_TYPE_BOOLEAN
     return PropertyType::TYPE_STRING if type == PARAM_TYPE_REGEXP
+
+    PropertyType::TYPE_STRING
   end
 
   def readable_type(type)