[Koha-bugs] [Bug 32748] Library limitations will cause data loss when editing items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 23 10:48:06 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748

--- Comment #9 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
You could modify GetAuthorisedValues to get a new "no_limit" parameter. If set,
you ignore the limit on the branchcode and return the list of AVs (all of them)
with an additional key containing the limit info (eg. _restricted => 1).
Then it will be easy to ignore the restricted one in the template, and add the
tooltip in case it's the current value.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list