Project

General

Profile

Actions

Refactoring #252

closed

Add number of assigned projects for each project type master

Added by liaham almost 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

Add the code below via call_hook into _view_projects_form_top.html.erb provided by Redmine Project Types:

<%= tag.em class: 'info' do %>
  <%= number_of_assigned_projects(@project) %> - <%= t(:text_project_type_administration, url: link_to(l(:label_administration),{ :controller => 'project_types', :action => 'index'})).html_safe if User.current.admin? %>
<% end %>

Related issues 1 (0 open1 closed)

Related to Redmine Project Types - Refactoring #253: Provide call hook in _view_projects_form_top.html.erbClosedliaham04/15/2021

Actions
Actions #1

Updated by liaham almost 4 years ago

  • Related to Refactoring #253: Provide call hook in _view_projects_form_top.html.erb added
Actions #2

Updated by liaham almost 4 years ago

  • Status changed from New to In Progress
  • Target version set to unreleased
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 liaham almost 4 years ago

  • Assignee set to liaham
Actions #5

Updated by circle_admin almost 4 years ago

  • Target version changed from unreleased to 2.0.3
Actions

Also available in: Atom PDF