Related to Bug 38985. Syndetics cover images now show on the results page when the identifier is ISBN. If it is something else they images do not show: To recreate: 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.
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!