Add default project categories in settings

This commit is contained in:
Frédéric Guillot
2014-12-28 15:39:39 -05:00
parent bcbc1b78c6
commit e59be3dc02
22 changed files with 142 additions and 4 deletions

View File

@@ -298,6 +298,8 @@ class Project extends Base
$this->projectPermission->allowUser($project_id, $user_id);
}
$this->category->createDefaultCategories($project_id);
$this->db->closeTransaction();
return (int) $project_id;