From d11337fc7eae5672ccb5dde12196c235c89625c5 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Mon, 28 May 2018 09:52:19 +0800 Subject: [PATCH] Adds view_projects_copy_only_items hook - to allow plugins add their own items to the list of things that should be copied when copying a project. --- 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 ee725ebd9..e77a21bea 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.11.0