chg: [inbox:index] Allow filtering index by user.id and user.name
parent
eb6dec8b64
commit
3d5508055a
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue