chg: [inbox:index] Added quick filter on scope
parent
dde7bbe75f
commit
e1499fb705
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue