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:
parent
a39945ff14
commit
ff4a209d99
2 changed files with 17 additions and 1 deletions
includes
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue