##// END OF EJS Templates
Do not hide estimated_hours when field is not disabled (#24015)....
Jean-Philippe Lang -
r15524:7154c6f598cb
parent child
Show More
@@ -58,10 +58,8
58 58 rows.right l(:field_done_ratio), progress_bar(@issue.done_ratio, :legend => "#{@issue.done_ratio}%"), :class => 'progress'
59 59 end
60 60 unless @issue.disabled_core_fields.include?('estimated_hours')
61 if @issue.estimated_hours.present? || @issue.total_estimated_hours.to_f > 0
62 61 rows.right l(:field_estimated_hours), issue_estimated_hours_details(@issue), :class => 'estimated-hours'
63 62 end
64 end
65 63 if User.current.allowed_to_view_all_time_entries?(@project)
66 64 if @issue.total_spent_hours > 0
67 65 rows.right l(:label_spent_time), issue_spent_hours_details(@issue), :class => 'spent-time'
General Comments 0
You need to be logged in to leave comments. Login now