Add new automatic action to update the start date

This commit is contained in:
Frederic Guillot
2015-05-16 21:47:16 -04:00
parent 4a1dc8071f
commit 4d6e5d2e2c
22 changed files with 162 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ use Model\Task;
* Assign a color to a task
*
* @package action
* @author Frederic Guillot
*/
class TaskAssignColorColumn extends Base
{