https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39331 --- Comment #6 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Hey David, thanks for testing.
However, what is the expected behavour when changing a patron's category from one with a guarantor to one without?
Options: 1. Should it silently remove the guarantor? (This is what happens now after the patch, which I assume is the behavour expected before the bug was identified.) 2. Should it display a warning message when attempting to save the patron, asking you to confirm that the guarantor relationship(s) will be removed? 3. Should there be an information message after saving the changes to the patron, saying that the guarantor(s) was removed because the patron category was changed?
I think, for the sake of this bug, we want to do option 1 for fixing the bug. As a separate enhancement request I like option 2. I think it would be an enhancment. We already have a JS alert that pops up regarding patron messaging prefs being reset. Maybe we need to combine that ( in a modal? ) with information about the guarantor being removed. I filed Bug 39363: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39363 -- You are receiving this mail because: You are watching all bug changes.