fixed: crash when changing the status of an issue
git-svn-id: http://redmine.rubyforge.org/svn/trunk@183 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e51c20c496
commit
7c27fb7c1d
|
@ -61,7 +61,7 @@ module IssuesHelper
|
|||
value = content_tag("i", h(value)) if value
|
||||
end
|
||||
|
||||
if detail.value and !detail.value.empty?
|
||||
if detail.value and !detail.value.to_s.empty?
|
||||
if old_value
|
||||
label + " " + l(:text_journal_changed, old_value, value)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue