| Summary: | Syndetics covers don't show on OPAC result pages when identifier is not ISBN | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
| Status: | Pushed to stable --- | QA Contact: | Brendan Lawlor <blawlor> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | barbara.johnson, blawlor, fridolin.somers |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.05.00,24.11.10
|
|
| Circulation function: | |||
| Bug Depends on: | 38985 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page
Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page |
||
|
Description
Lucas Gass (lukeg)
2025-04-08 14:39:58 UTC
Created attachment 181719 [details] [review] Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page To test: 1. Enable Syndetics 2. Have a record with an 024 and 1st indicator. 3. Do a search to return the record from step 3. 4. The image does not display. 5. APPLY PATCH 6. Try step 3 again, this time the cover image should display properly on the OPAC results page. Created attachment 181721 [details] [review] Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page To test: 1. Enable Syndetics 2. Have a record with an 024 and 1st indicator. 3. Do a search to return the record from step 3. 4. The image does not display. 5. APPLY PATCH 6. Try step 3 again, this time the cover image should display properly on the OPAC results page. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Worked as expected Created attachment 182035 [details] [review] Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page To test: 1. Enable Syndetics 2. Have a record with an 024 and 1st indicator. 3. Do a search to return the record from step 3. 4. The image does not display. 5. APPLY PATCH 6. Try step 3 again, this time the cover image should display properly on the OPAC results page. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> This patch works as described, makes sense, and the QA script is happy. Passing QA. Nice! QA test notes: This patch works the same way as it currently does in the staff interface: git grep -n 'normalized_oclc' -- koha-tmpl/intranet-tmpl/prog/en/modules/cat alogue/results.tt See lines 612 and 616. To test UPC number you can use this example: Add 024 first indicator 1 subfield a 043396632905 To test OCLC number remove the UPC and use this example: Add 035 subfield a (OCoLC)32744417 Pushed for 25.05! Well done everyone, thank you! Pushed to 24.11.x for 24.11.10 |