From e1499fb705d84db94bd63a420668d0af7ca028f2 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 27 Oct 2022 11:22:55 +0200 Subject: [PATCH] chg: [inbox:index] Added quick filter on scope --- src/Controller/InboxController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/InboxController.php b/src/Controller/InboxController.php index 2003213..4a161bd 100644 --- a/src/Controller/InboxController.php +++ b/src/Controller/InboxController.php @@ -17,7 +17,7 @@ use Cake\Http\Exception\ForbiddenException; class InboxController extends AppController { public $filterFields = ['scope', 'action', 'title', 'origin', 'message', 'Users.id', 'Users.username']; - public $quickFilterFields = ['scope', 'action', ['title' => true], ['message' => true]]; + public $quickFilterFields = ['scope', 'action', ['title' => true], ['message' => true], 'origin']; public $containFields = ['Users']; public $paginate = [