Add new actions to reorder tasks by column

This commit is contained in:
Frédéric Guillot
2019-02-08 13:53:13 -08:00
parent ba5878e786
commit 0295388461
36 changed files with 320 additions and 1 deletions

View File

@@ -1392,4 +1392,10 @@ return array(
// 'Destination swimlane' => '',
// 'Assign a category when the task is moved to a specific swimlane' => '',
// 'Move the task to another swimlane when the category is changed' => '',
// 'Reorder this column by priority (ASC)' => '',
// 'Reorder this column by priority (DESC)' => '',
// 'Reorder this column by assignee and priority (ASC)' => '',
// 'Reorder this column by assignee and priority (DESC)' => '',
// 'Reorder this column by assignee (A-Z)' => '',
// 'Reorder this column by assignee (Z-A)' => '',
);