Summary: | get_shelves_userenv and set_shelves_userenv not used | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | kyle, m.de.rooy |
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: |
21.11.00
|
|
Circulation function: | |||
Bug Depends on: | 7310 | ||
Bug Blocks: | 28572 | ||
Attachments: |
Bug 28590: Remove get_shelves_userenv and set_shelves_userenv
Bug 28590: Remove get_shelves_userenv and set_shelves_userenv |
Description
Jonathan Druart
2021-06-18 08:26:19 UTC
Created attachment 122109 [details] [review] Bug 28590: Remove get_shelves_userenv and set_shelves_userenv They are no longer used since bug 7310, now we are using Koha::Virtualshelves->get_some_shelves Test plan: Create some lists, login at the OPAC and confirm that you see the list in the navbar (top) Looking here now (In reply to Jonathan Druart from comment #1) > They are no longer used since bug 7310, now we are using > Koha::Virtualshelves->get_some_shelves Hmm. That wasnt yesterday ;) Created attachment 122222 [details] [review] Bug 28590: Remove get_shelves_userenv and set_shelves_userenv They are no longer used since bug 7310, now we are using Koha::Virtualshelves->get_some_shelves Test plan: Create some lists, login at the OPAC and confirm that you see the list in the navbar (top) Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> QA in one pass Pushed to master for 21.11, thanks to everybody involved! Enhancement not backported to 21.05.x |