From c73d5abb71c19460fe796f6c995c01269b22ca50 Mon Sep 17 00:00:00 2001 From: Arthur Andersen Date: Thu, 24 Nov 2016 11:16:43 +0100 Subject: [PATCH] Call `view_issues_timelog_form_bottom` from issues edit form --- app/views/issues/_edit.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index fff258d..59dff6b 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -24,6 +24,7 @@ <% @time_entry.custom_field_values.each do |value| %>

<%= custom_field_tag_with_label :time_entry, value %>

<% end %> + <%= call_hook(:view_issues_timelog_form_bottom, { :time_entry => @time_entry, :form => time_entry }) %> <% end %> <% end %> -- 2.10.2