mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix bug with paging and searching
This commit is contained in:
parent
59031cc19a
commit
af0a311fa7
@ -237,6 +237,7 @@ class TransactionCreationsController extends AppController
|
||||
!empty($requestData['searchText'])
|
||||
) {
|
||||
$mode = 'search';
|
||||
$page = 0;
|
||||
$this->log("search for text: ".$requestData['searchText'], 'debug');
|
||||
$stateUsers = $stateUserTable
|
||||
->find('all')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user