Actions
Feature #206
closedGenerate master project when creating a new project type
Start date:
03/13/2021
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
When an administrator creates a new project type there should be created a corresponding master project too.
This implies several steps:
- plugin settings for parent project of the default 'master projects' area where all created master projects will be subordinated
- create the master project
- :name <=> ProjectType#name
- :identifier => :name in lowercase with underscore
- ...
- show the link to the (new) master object
Updated by Anonymous about 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:redmine_project_types|f0357e6d1fa7c907d81907c9c0ae05a623b99af2.
Actions