Skip to content

Commit

Permalink
Simplify PermissionsContoller pagination to remove exception (CO-2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Sep 16, 2021
1 parent cceb359 commit 9abe63b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/Controller/PermissionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@
class PermissionsController extends StandardController {
public $pagination = [
'order' => [
'Matchgrids.table_name' => 'asc',
'Permissions.name' => 'asc'
],
// 'sortWhitelist' is renamed 'sortableFields' in Cake 4.1
// 'sortableFields' => [
'sortWhitelist' => [
'Matchgrids.table_name'
]
];

Expand Down

0 comments on commit 9abe63b

Please sign in to comment.