Koha/koha-tmpl/intranet-tmpl/prog/en
Jonathan Druart 25fa93a406
Bug 24964: Restore pagination for patrons for owner/users of funds
admin/add_user_search.pl sets 'patrons_with_acq_perm_only', to only
retrieve patrons with acq (order_manage) permissions.

The original bug was hidden in the existing code, but the behavior was
terrible.
To prevent patrons matching the permissions contrainst to be hidden, we
fetched ALL the patrons from the DB, then filtered them depending on
their permissions. This might have awful performance on DB with lot of
patrons.

So basically with this patch we are adding the pagination back to the
"owner/users for funds" feature, as the permission filtering is now done
at DB level.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-06 10:57:10 +01:00
..
data Bug 24312: Update MARC21 frameworks to Updates 28+29 (May and November 2019) 2020-01-07 15:10:45 +00:00
includes Bug 25010: Fix typo 'rewewal' in debit types 2020-04-03 14:26:35 +01:00
modules Bug 24964: Restore pagination for patrons for owner/users of funds 2020-04-06 10:57:10 +01:00
xslt Bug 17938: Fix display of label for repeated MARC 583 - Action note fields 2020-04-03 14:28:59 +01:00
columns.def Bug 14570: Make it possible to add multiple guarantors to a record 2019-08-20 16:04:48 +01:00