Summary: | Database update for bug 21443 is not idempotent and will destroy settings | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Architecture, internals, and plumbing | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | major | ||
Priority: | P5 - low | CC: | aleisha, dcook, lucas, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00, 20.05.05
|
|
Circulation function: | |||
Bug Depends on: | 21443 | ||
Bug Blocks: | |||
Attachments: |
Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings
Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings |
Description
Kyle M Hall (khall)
2020-09-01 14:38:49 UTC
Created attachment 109443 [details] [review] Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings If the database update for bug 21443 is run, and the library changes any of the hourly or daily rental fees following the calendar, a second run of the database update will overwrite those changes. Created attachment 110588 [details] [review] Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings If the database update for bug 21443 is run, and the library changes any of the hourly or daily rental fees following the calendar, a second run of the database update will overwrite those changes. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Good catch, going straight for PQA on this one. Pushed to master for 20.11, thanks to everybody involved! backported to 20.05.x for 20.05.05 missing dependencies, not backported to 19.11.x |