Skip to content

Commit

Permalink
UserController: Allow to quick search memberships
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Jun 9, 2015
1 parent 17fa0d3 commit 27d2af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/UserController.php
Expand Up @@ -103,6 +103,7 @@ public function showAction()

$filterEditor = Widget::create('filterEditor')
->setQuery($memberships)
->setSearchColumns(array('group_name'))
->preserveParams('limit', 'sort', 'dir', 'view', 'backend', 'user')
->ignoreParams('page')
->handleRequest($this->getRequest());
Expand Down

0 comments on commit 27d2af5

Please sign in to comment.