From d02808aaf37901d19d195bab6350bf777a416947 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 21 Sep 2020 13:04:02 +0000 Subject: [PATCH] remove spaces inside {} of CustomFieldsHelper git-svn-id: http://svn.redmine.org/redmine/trunk@20061 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/custom_fields_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb index 6cf09c8ab..be908562b 100644 --- a/app/helpers/custom_fields_helper.rb +++ b/app/helpers/custom_fields_helper.rb @@ -43,7 +43,7 @@ module CustomFieldsHelper ] def render_custom_fields_tabs(types) - tabs = CUSTOM_FIELDS_TABS.select {|h| types.include?(h[:name]) } + tabs = CUSTOM_FIELDS_TABS.select {|h| types.include?(h[:name])} render_tabs tabs end -- 2.39.5