[Koha-bugs] [Bug 17364] branchcode in BorrowerUnwantedField causes software error when saving patron record.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 6 12:31:49 CET 2020


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #113238|0                           |1
        is obsolete|                            |

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 113239
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113239&action=edit
Bug 17364: Add ability to exclude some columns from selection for system
preferences

Bug 22844 Added the option to provide a modal for selecting database columns
for system preferences

Some system preferences are limited to a subset of the columns allowed. For
instance, setting branchcode
in BorrowerUnwantedFields prevents adding new patrons

This patch allows for defining exclusions in the .pref file

To test:
1 - Alter BorroweUnwantedFields and select branchcode
2 - Attempt to add a new patron
3 - Get a message like "Something went wrong. Check the logs"
4 - Apply patches
5 - Alter the preference again
6 - Note that branchcode is unchecked and disabled
7 - Save the pref
8 - Add a patron
9 - It succeeds

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


More information about the Koha-bugs mailing list