Summary: | Alternate holdings broken in staff interface search results | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Staff interface | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | arthur.suzuki, gmcharlt, jonathan.druart, lucas, wainuiwitikapark |
Version: | Main | Keywords: | regression |
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: |
23.05.00,22.11.04,22.05.11,21.11.19
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 33509 | ||
Attachments: |
Bug 33032: Fix alternate holdings in staff interface search results
Bug 33032: Fix alternate holdings in staff interface search results Bug 33032: Fix alternate holdings in staff interface search results Bug 33032: Remove alternateholdings_count |
Description
Fridolin Somers
2023-02-21 20:02:22 UTC
Created attachment 147087 [details] [review] Bug 33032: Fix alternate holdings in staff interface search results If system preference AlternateHoldingsField is used, one can see a display in OPAC search results. This display does not appear in staff interface search results anymore. Test plan : 1) Enable feature with system preference 'AlternateHoldingsField', ie 852abc 2) Edit a record to add some datas in field 852 3) Perform a search in staff interface => You see the alternate holdings datas Created attachment 147097 [details] [review] Bug 33032: Fix alternate holdings in staff interface search results If system preference AlternateHoldingsField is used, one can see a display in OPAC search results. This display does not appear in staff interface search results anymore. Test plan : 1) Enable feature with system preference 'AlternateHoldingsField', ie 852abc 2) Edit a record to add some datas in field 852 3) Perform a search in staff interface => You see the alternate holdings datas Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 147247 [details] [review] Bug 33032: Fix alternate holdings in staff interface search results If system preference AlternateHoldingsField is used, one can see a display in OPAC search results. This display does not appear in staff interface search results anymore. Test plan : 1) Enable feature with system preference 'AlternateHoldingsField', ie 852abc 2) Edit a record to add some datas in field 852 3) Perform a search in staff interface => You see the alternate holdings datas Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 147248 [details] [review] Bug 33032: Remove alternateholdings_count Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Looks like it has been broken for years! Pushed to master for 23.05. Nice work everyone, thanks! Nice work everyone! Pushed to stable for 22.11.x Backported to 22.05.x for upcoming 22.05.11 applied to 21.11 for 21.11.19 With this patch in 22.11.04 we now show "Other holdings" in the staff interface result list, when the alternate holdings field is not present in the record. Before this patch we showed "No items", which is correct. (In reply to Katrin Fischer from comment #10) > With this patch in 22.11.04 we now show "Other holdings" in the staff > interface result list, when the alternate holdings field is not present in > the record. > > Before this patch we showed "No items", which is correct. Filed as bug 33509 Not backported to 21.05.x |