Project

General

Profile

Actions

Refactoring #253

closed

Provide call hook in _view_projects_form_top.html.erb

Added by liaham about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
04/15/2021
Due date:
% Done:

100%

Estimated time:
Compatible Redmine Version:

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 %>

Related issues 1 (0 open1 closed)

Related to Redmine Project Types Relations - Refactoring #252: Add number of assigned projects for each project type masterClosedliaham04/15/2021

Actions
Actions #1

Updated by liaham about 4 years ago

  • Related to Refactoring #252: Add number of assigned projects for each project type master added
Actions #2

Updated by liaham almost 4 years ago

  • Status changed from New to In Progress

This hook is implemented:

<%= call_hook(:view_project_types_form_top, :project => @project, :form => f) %>

Actions #3

Updated by liaham almost 4 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by circle_admin almost 4 years ago

  • Target version changed from 4.1.0 to 4.0.3
Actions

Also available in: Atom PDF