chg: [inbox:index] Allow filtering index by user.id and user.name

pull/121/head
Sami Mokaddem 2022-10-25 14:50:39 +02:00
parent eb6dec8b64
commit 3d5508055a
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Cake\Http\Exception\ForbiddenException;
class InboxController extends AppController
{
public $filterFields = ['scope', 'action', 'title', 'origin', 'message'];
public $filterFields = ['scope', 'action', 'title', 'origin', 'message', 'Users.id', 'Users.username'];
public $quickFilterFields = ['scope', 'action', ['title' => true], ['message' => true]];
public $containFields = ['Users'];