mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
UserController: Allow to quick search memberships
This commit is contained in:
parent
17fa0d3f11
commit
27d2af5616
@ -103,6 +103,7 @@ class UserController extends AuthBackendController
|
||||
|
||||
$filterEditor = Widget::create('filterEditor')
|
||||
->setQuery($memberships)
|
||||
->setSearchColumns(array('group_name'))
|
||||
->preserveParams('limit', 'sort', 'dir', 'view', 'backend', 'user')
|
||||
->ignoreParams('page')
|
||||
->handleRequest($this->getRequest());
|
||||
|
Loading…
x
Reference in New Issue
Block a user