Add swimlanes

This commit is contained in:
Frédéric Guillot
2014-12-26 17:43:13 -05:00
parent 2b27d986b3
commit cf821e117c
54 changed files with 2180 additions and 256 deletions

View File

@@ -14,7 +14,7 @@ class Category extends Base
* Get the category (common method between actions)
*
* @access private
* @param $project_id
* @param integer $project_id
* @return array
*/
private function getCategory($project_id)
@@ -48,7 +48,7 @@ class Category extends Base
}
/**
* Validate and save a new project
* Validate and save a new category
*
* @access public
*/