Sort columns by due date

This commit is contained in:
Craig Crosby
2019-07-02 22:52:22 -04:00
committed by fguillot
parent efed94b23d
commit 48acf99fd1
35 changed files with 90 additions and 0 deletions

View File

@@ -1398,6 +1398,8 @@ return array(
'Reorder this column by assignee and priority (DESC)' => 'Ordina questa colonna per assegnatario e per priorità (DESC)',
'Reorder this column by assignee (A-Z)' => 'Ordina questa colonna per assegnatario (ASC)',
'Reorder this column by assignee (Z-A)' => 'Ordina questa colonna per assegnatario (DESC)',
// 'Reorder this column by due date (ASC)' => '',
// 'Reorder this column by due date (DESC)' => '',
// '%s moved the task #%d "%s" to the project "%s"' => '',
// 'Task #%d "%s" has been moved to the project "%s"' => '',
// 'Move the task to another column when due date is less than a certain number of days' => '',