Add new automatic action to move a task to another column when closed

This commit is contained in:
Frederic Guillot
2016-07-23 18:33:31 -04:00
parent 2a42e0e1aa
commit 9b2a32af78
35 changed files with 236 additions and 39 deletions

View File

@@ -7,7 +7,7 @@ use Kanboard\Model\TaskModel;
/**
* Assign a color to a task
*
* @package action
* @package Kanboard\Action
* @author Frederic Guillot
*/
class TaskAssignColorColumn extends Base