Project

General

Profile

Feature #206

Updated by liaham about 4 years ago

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

Back