https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |A more user friendly release notes| |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 | |big 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 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
