Project

General

Profile

Feature #213

Updated by liaham about 2 months ago

When deleting a ProjectType instance there are several things to consider: 

 * Don't delete a project type if it has a master and/or projects? 
 * Delete the corresponding master project too? 
 * How to handle corresponding projects? 
   * Reset the corresponding projects to another project type?  
   * Reset the corresponding projects to no project type? 
   * Delete or close corresponding projects? 

 Currently, when a ProjectType will be deleted Projects based on this ProjectType will still be connected with its relatives: 

 ![](clipboard-202509122104-eudkm.png) 

Back