remove spaces inside {} of IssuesHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@19948 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-08-07 12:42:42 +00:00
parent 81706a7e92
commit c3d78f32c5

View File

@@ -527,7 +527,7 @@ module IssuesHelper
label = l(relation_type[:name]) if relation_type label = l(relation_type[:name]) if relation_type
end end
call_hook(:helper_issues_show_detail_after_setting, call_hook(:helper_issues_show_detail_after_setting,
{:detail => detail, :label => label, :value => value, :old_value => old_value }) {:detail => detail, :label => label, :value => value, :old_value => old_value})
label ||= detail.prop_key label ||= detail.prop_key
value ||= detail.value value ||= detail.value