From f0050f04b12cb071fdf94c2680b1b262d3cd4e16 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 1 Dec 2018 10:03:34 +0000 Subject: [PATCH] Adds view_projects_copy_only_items hook (#28895). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17670 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/copy.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb index f5524b965..8a7805ef0 100644 --- a/app/views/projects/copy.html.erb +++ b/app/views/projects/copy.html.erb @@ -12,6 +12,7 @@ + <%= call_hook :view_projects_copy_only_items, project: @source_project, f: f %> <%= hidden_field_tag 'only[]', '' %>
-- 2.39.5