Add new automatic action to close task based on date moved

This commit is contained in:
Frederic Guillot
2016-09-19 21:28:11 -04:00
parent a2fd6525a0
commit a65941eadb
5 changed files with 153 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ namespace Kanboard\Action;
use Kanboard\Model\TaskModel;
/**
* Close automatically a task after inactive and in an defined column
* Close automatically a task after inactive and in a defined column
*
* @package Kanboard\Action
* @author Frederic Guillot