Patch #24446 ยป 0001-Call-view_issues_timelog_form_bottom-from-issues-edi.patch
| app/views/issues/_edit.html.erb | ||
|---|---|---|
| 24 | 24 |
<% @time_entry.custom_field_values.each do |value| %> |
| 25 | 25 |
<p><%= custom_field_tag_with_label :time_entry, value %></p> |
| 26 | 26 |
<% end %> |
| 27 |
<%= call_hook(:view_issues_timelog_form_bottom, { :time_entry => @time_entry, :form => time_entry }) %>
|
|
| 27 | 28 |
<% end %> |
| 28 | 29 |
</fieldset> |
| 29 | 30 |
<% end %> |