Defect #18346 ยป issue.patch
lib/extended_queries_helper_patch.rb (Arbeitskopie) | ||
---|---|---|
23 | 23 | |
24 | 24 |
if !column.custom_field.respond_to?(:visible_by?) || column.custom_field.visible_by?(issue.project, User.current) |
25 | 25 |
value = issue.custom_field_values.detect{ |value| value.custom_field_id == column.custom_field.id } |
26 |
if value.nil? |
|
27 |
return nil |
|
28 |
end |
|
26 | 29 | |
27 | 30 |
h(show_value(value)) |
28 | 31 |
else |