More task deletion changes

Completed tasks can be deleted by anyone after a configurable time
unless they have reverse dependencies.
This commit is contained in:
Emmanuel BENOîT 2016-01-02 11:13:51 +01:00
parent a39945ff14
commit ff4a209d99
2 changed files with 17 additions and 1 deletions

View file

@ -5,3 +5,6 @@ $config[ 'core' ][ 'db' ][ 'user' ] = '...';
$config[ 'core' ][ 'db' ][ 'password' ] = '...';
$config[ 'core' ][ 'pages' ][ 'baseTitle' ] = 'Tasks';
/* Minimal time before a completed task can be deleted. The default is one week. */
// $config[ 't-data' ][ 'minDeletionTime' ] = 7 * 3600 * 24;