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

@@ -5,7 +5,7 @@ namespace Kanboard\Action;
/**
* Assign a task to someone
*
* @package action
* @package Kanboard\Actionv
* @author Frederic Guillot
*/
class TaskAssignUser extends Base