Summary: | Columns missing from table configuration for patron categories | ||
---|---|---|---|
Product: | Koha | Reporter: | Sara Brown <sbrown> |
Component: | Architecture, internals, and plumbing | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | arthur.suzuki, jacob.omara, Laura.escamilla, lucas, martin.renvoize |
Version: | 22.05 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.04,22.05.11
|
|
Circulation function: | |||
Attachments: |
Bug 32460: Add missing columns to table configuration for patron categories
Bug 32460: Add missing columns to table configuration for patron categories |
Description
Sara Brown
2022-12-13 17:40:21 UTC
Correction: it's the 'categories' page, but the table ID is 'patron_categories' Created attachment 144881 [details] [review] Bug 32460: Add missing columns to table configuration for patron categories The table settings were missing the recently added columns, resulting in strange behaviour using the column visibility settings: * patron expiration * can be guarantee * exclude from local holds priority To test: * Go to administration > patron categories * Verify some columns are missing from the Columns selection * Apply patch * Verify the missing columns are now present and all columns can be hidden/unhidden as expected * Change settings for the table in administration > table settings * Verify the settings have the desired effect The columns below are all now visible and working appropriately in the Patron Categories table: *password expiration - (I think this is what you meant instead of patron expiration) *can be guarantee *exclude from local holds priority Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> Created attachment 145866 [details] [review] Bug 32460: Add missing columns to table configuration for patron categories The table settings were missing the recently added columns, resulting in strange behaviour using the column visibility settings: * patron expiration * can be guarantee * exclude from local holds priority To test: * Go to administration > patron categories * Verify some columns are missing from the Columns selection * Apply patch * Verify the missing columns are now present and all columns can be hidden/unhidden as expected * Change settings for the table in administration > table settings * Verify the settings have the desired effect Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> No regressions, Passing QA Pushed to master for 22.11. Nice work everyone, thanks! Nice work, thanks everyone! Pushed to 22.11.x for the next release. Nice work, thanks everyone! Pushed to 22.11.x for the next release. Backported to 22.05.x for upcoming 22.05.11 I don't reproduce this bug in 21.11, the mentioned columns seems not to be present in the database. won't apply unless needed. |