Actions
Refactoring #253
closedProvide call hook in _view_projects_form_top.html.erb
Start date:
04/15/2021
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
There should be a call hook in _view_projects_form_top.html.erb as stated below:
<%=tag.p do %>
<%= f.check_box :is_project_type, checked: params[:project_type_master].to_i == 1 || @project.project_type_master? %>
--call_hook here --
<% end %>
Actions