]> source.dussan.org Git - redmine.git/commitdiff
Adds view_projects_copy_only_items hook (#28895).
authorGo MAEDA <maeda@farend.jp>
Sat, 1 Dec 2018 10:03:34 +0000 (10:03 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 1 Dec 2018 10:03:34 +0000 (10:03 +0000)
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

index f5524b9658d8a3a82316372362b71669f889ee1f..8a7805ef0907436c1c79a1e68481d46c6af9b86c 100644 (file)
@@ -12,6 +12,7 @@
   <label class="block"><%= check_box_tag 'only[]', 'documents', true, :id => nil %> <%= l(:label_document_plural) %> (<%= @source_project.documents.count %>)</label>
   <label class="block"><%= check_box_tag 'only[]', 'boards', true, :id => nil %> <%= l(:label_board_plural) %> (<%= @source_project.boards.count %>)</label>
   <label class="block"><%= check_box_tag 'only[]', 'wiki', true, :id => nil %> <%= l(:label_wiki_page_plural) %> (<%= @source_project.wiki.nil? ? 0 : @source_project.wiki.pages.count %>)</label>
+  <%= call_hook :view_projects_copy_only_items, project: @source_project, f: f  %>
   <%= hidden_field_tag 'only[]', '' %>
   <br />
   <label class="block"><%= check_box_tag 'notifications', 1, params[:notifications] %> <%= l(:label_project_copy_notifications) %></label>