[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
Thu Dec 17 09:10:36 CET 2020


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

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

--- Comment #12 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 114471
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114471&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

Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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


More information about the Koha-bugs mailing list