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
Actions