1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Sorting: Updated sort set command, Changed sort timestamp handling

- Renamed AssignSortSetCommand to AssignSortRuleCommand, updated
  contents and testing.
- Updated sorting operations to not update timestamps if only priority
  is changed.
This commit is contained in:
Dan Brown
2025-02-11 15:29:16 +00:00
parent b9306a9029
commit 7bd89316bc
7 changed files with 193 additions and 145 deletions

View File

@ -127,13 +127,13 @@ return [
'comment_update' => 'updated comment',
'comment_delete' => 'deleted comment',
// Sort Sets
'sort_set_create' => 'created sort set',
'sort_set_create_notification' => 'Sort set successfully created',
'sort_set_update' => 'updated sort set',
'sort_set_update_notification' => 'Sort set successfully update',
'sort_set_delete' => 'deleted sort set',
'sort_set_delete_notification' => 'Sort set successfully deleted',
// Sort Rules
'sort_rule_create' => 'created sort rule',
'sort_rule_create_notification' => 'Sort rule successfully created',
'sort_rule_update' => 'updated sort rule',
'sort_rule_update_notification' => 'Sort rule successfully update',
'sort_rule_delete' => 'deleted sort rule',
'sort_rule_delete_notification' => 'Sort rule successfully deleted',
// Other
'permissions_update' => 'updated permissions',