From fbfce79b6cf633169e10d55100c982eccfe66d35 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 18 Feb 2026 00:42:30 +0000 Subject: [PATCH] Add view_issues_edit_top hook to customize the issue editing form (#43084). Patch by Haruka Asakura (Agileware) (user:asakura-agileware). git-svn-id: https://svn.redmine.org/redmine/trunk@24423 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 a21570816..574d8e674 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -1,4 +1,5 @@ <%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true} do |f| %> + <%= call_hook(:view_issues_edit_top, { :issue => @issue, :form => f }) %> <%= error_messages_for 'issue', 'time_entry' %> <%= render :partial => 'conflict' if @conflict %>