| Summary: | System information gives reference to a non-existant table | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
| Component: | About | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | fridolin.somers, lucas, martin.renvoize, nick |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 21441: Fix wrong reference to a 'holds' table on system information tab
Bug 21441: Fix wrong reference to a 'holds' table on system information tab Bug 21441: Fix wrong reference to a 'holds' table on system information tab |
||
|
Description
Christopher Brannon
2018-09-27 16:17:42 UTC
Created attachment 84759 [details] [review] Bug 21441: Fix wrong reference to a 'holds' table on system information tab It looks like a typo snuck in on the about page, listing a holds table instead of reserves. To test: - Manually create the same PK (reserve_id) in reserves and old_reserves - Verify that the message on about > system information now correctly lists those tables (not holds and old_reserves) Good catch! Created attachment 84766 [details] [review] Bug 21441: Fix wrong reference to a 'holds' table on system information tab It looks like a typo snuck in on the about page, listing a holds table instead of reserves. To test: - Manually create the same PK (reserve_id) in reserves and old_reserves - Verify that the message on about > system information now correctly lists those tables (not holds and old_reserves) Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 84879 [details] [review] Bug 21441: Fix wrong reference to a 'holds' table on system information tab It looks like a typo snuck in on the about page, listing a holds table instead of reserves. To test: - Manually create the same PK (reserve_id) in reserves and old_reserves - Verify that the message on about > system information now correctly lists those tables (not holds and old_reserves) Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Simple one to QA.. Passed Awesome work all! Pushed to master for 19.05 Pushed to 18.11.x for 18.11.03 backported to 18.05.x for 18.05.09 Pushed to 17.11.x for 17.11.15 |