Skip to content

Commit

Permalink
Merge pull request #4 from COmanage/feature-co2212
Browse files Browse the repository at this point in the history
Simplify PermissionsContoller pagination to remove exception (CO-2212)
  • Loading branch information
benno authored Sep 16, 2021
2 parents 1701d9a + 9abe63b commit 636aa82
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 636aa82

Please sign in to comment.