|
|
Reported:
|
2016-09-27 20:42 UTC by Barton Chittenden
|
Modified:
|
2023-07-10 20:50 UTC
(History)
|
|
11
users
(show)
|
|
See Also:
|
|
Patch complexity:
|
Small patch
|
Documentation contact:
|
|
Documentation submission:
|
|
Text to go in the release notes:
|
A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844).
Some database columns should be excluded from selection as they can cause server errors. For example, branchcode in BorrowerUnwantedField is required for adding patrons - if selected it causes a server error and you can't add a patron, so it should not be selectable.
This bug fixes the issue by:
- allowing developers to define the database columns to exclude from selection in the .pref system preference definition file using "exclusions: "
- disabling the selection of the excluded database columns in the staff interface when configuring system preferences that allow selecting database columns
- updating the BorrowerUnwantedField system preference to exclude branchcode
|
Version(s) released in:
|
21.05.00,20.11.03
|
Circulation function:
|
|
|
|