diff options
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index fd1359b32..f76e84bf6 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -987,6 +987,7 @@ END; %] + [% Hook.process('details_lhs') %] [% END %] [% WRAPPER fields_rhs %] @@ -1007,6 +1008,7 @@ hide_on_view = bug.see_also.size == 0 %] + [% Hook.process('details_rhs') %] [% END %] [%# custom fields (textarea) %] |