mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 07:51:12 +00:00
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:
parent
81706a7e92
commit
c3d78f32c5
@ -527,7 +527,7 @@ module IssuesHelper
|
||||
label = l(relation_type[:name]) if relation_type
|
||||
end
|
||||
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
|
||||
value ||= detail.value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user