diff options
-rw-r--r-- | hooks/app/helpers/issues_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hooks/app/helpers/issues_helper.rb b/hooks/app/helpers/issues_helper.rb index 9e419ab43..79615425f 100644 --- a/hooks/app/helpers/issues_helper.rb +++ b/hooks/app/helpers/issues_helper.rb @@ -86,7 +86,8 @@ module IssuesHelper when 'attachment' label = l(:label_attachment) end - + call_hook(:helper_issues_show_detail_after_setting, {:detail => detail, :label => label, :value => value, :old_value => old_value }) + label ||= detail.prop_key value ||= detail.value old_value ||= detail.old_value |