A partner reports the following issue: The category and library columns for the table settings for memberresultst are switched. When you check is hidden by default for library, it hides the patron category. When you check is hidden by default for category, it hides the library. I am able to replicate this behavior. This seems similar to Bug 32461 so I cleared my cache and the issue persists.
Created attachment 150069 [details] [review] Bug 33586: Fix sequence of fields for memberresultst in table configuration The sequence of options actually matters, not the name. Library and category were switched, this patch fixes it and now it should all hide/show as expected: * Go to administration > table configuration * Hide library in memberresultst * Go to patron search and search * Verify that category was hidden instead * Apply patch * Verify now label and columns for library and category match with configuration.
Created attachment 150073 [details] [review] Bug 33586: Fix sequence of fields for memberresultst in table configuration The sequence of options actually matters, not the name. Library and category were switched, this patch fixes it and now it should all hide/show as expected: * Go to administration > table configuration * Hide library in memberresultst * Go to patron search and search * Verify that category was hidden instead * Apply patch * Verify now label and columns for library and category match with configuration. Signed-off-by: Lisette Scheer <lisette.scheer@bywatersolutions.com>
Worked as expected. Thanks! Lisette
Created attachment 150209 [details] [review] Bug 33586: Fix sequence of fields for memberresultst in table configuration The sequence of options actually matters, not the name. Library and category were switched, this patch fixes it and now it should all hide/show as expected: * Go to administration > table configuration * Hide library in memberresultst * Go to patron search and search * Verify that category was hidden instead * Apply patch * Verify now label and columns for library and category match with configuration. Signed-off-by: Lisette Scheer <lisette.scheer@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work everyone! Pushed to stable for 22.11.x
Backported to 22.05.x for upcoming 22.05.14.
Not backporting to 21.11.x