Summary: | Error will reset category when editing a patron | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Josef Moravec <josef.moravec> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, jonathan.druart, josef.moravec, kyle.m.hall, martin.renvoize, nick |
Version: | Main | ||
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: | ||
Circulation function: | |||
Attachments: |
Bug 20991: Do not lost patron's category when editing a patron
Bug 20991: Do not lost patron's category when editing a patron Bug 20991: Do not lost patron's category when editing a patron |
Description
Katrin Fischer
2018-06-25 21:34:13 UTC
Created attachment 76457 [details] [review] Bug 20991: Do not lost patron's category when editing a patron If there is an error in the edit patron form the patron's category is lost. This seems to be a long standing bug. Test plan: - Edit an existing patron - Change the patron category to a category that triggers the error that the user is not in the right age range for that new category - Save, error is triggered => Without this patch the patron category has been reset You should also test different ways to edit/add a patron (quick add, step 1) Created attachment 76473 [details] [review] Bug 20991: Do not lost patron's category when editing a patron If there is an error in the edit patron form the patron's category is lost. This seems to be a long standing bug. Test plan: - Edit an existing patron - Change the patron category to a category that triggers the error that the user is not in the right age range for that new category - Save, error is triggered => Without this patch the patron category has been reset You should also test different ways to edit/add a patron (quick add, step 1) Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 76539 [details] [review] Bug 20991: Do not lost patron's category when editing a patron If there is an error in the edit patron form the patron's category is lost. This seems to be a long standing bug. Test plan: - Edit an existing patron - Change the patron category to a category that triggers the error that the user is not in the right age range for that new category - Save, error is triggered => Without this patch the patron category has been reset You should also test different ways to edit/add a patron (quick add, step 1) Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Awesome work all! Pushed to master for 18.11 Pushed to 18.05.x for 18.05.02 Pushed to 17.11.x for 17.11.08 |