https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Text to go in the|A more user friendly |A more user friendly release notes|interface for selecting |interface for selecting |database columns for some |database columns for some |system preferences (such as |system preferences (such as |BorrowerUnwantedField) was |BorrowerUnwantedField) was |added in Koha 20.11 (Bug |added in Koha 20.11 (Bug |22844). |22844). | | |Some database |Some database |columns should be excluded |columns should be excluded |from selection as they can |from selection as they can |cause server errors. For |cause server errors. For |example, branchcode in |example, branchcode in |BorrowerUnwantedField is |BorrowerUnwantedField is |required for adding patrons |required for adding patrons |- if selected it causes a |- if selected it causes a |server error and you can't |server error and you can't |add a patron, so it should |add a patron, so it should |not be selectable. |not be selectable. | | |This |This |big fixes the issue by: |bug fixes the issue by: | | |- |- |allowing developers to |allowing developers to |define the database columns |define the database columns |to exclude from selection |to exclude from selection |in the .pref system |in the .pref system |preference definition file |preference definition file |using "exclusions: " |using "exclusions: " | | |- |- |disabling the selection of |disabling the selection of |the excluded database |the excluded database |columns in the staff |columns in the staff |interface when configuring |interface when configuring |system preferences that |system preferences that |allow selecting database |allow selecting database |columns |columns | | |- updating the |- updating the |BorrowerUnwantedField |BorrowerUnwantedField |system preference to |system preference to |exclude branchcode |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/
