@@ -130,7 +130,7 module TimelogHelper | |||||
130 |
|
130 | |||
131 | def format_criteria_value(criteria_options, value) |
|
131 | def format_criteria_value(criteria_options, value) | |
132 | if value.blank? |
|
132 | if value.blank? | |
133 | l(:label_none) |
|
133 | "[#{l(:label_none)}]" | |
134 | elsif k = criteria_options[:klass] |
|
134 | elsif k = criteria_options[:klass] | |
135 | obj = k.find_by_id(value.to_i) |
|
135 | obj = k.find_by_id(value.to_i) | |
136 | if obj.is_a?(Issue) |
|
136 | if obj.is_a?(Issue) |
General Comments 0
You need to be logged in to leave comments.
Login now