https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33193

            Bug ID: 33193
           Summary: Book cover image visibility depends on the order of
                    856 fields
 Change sponsored?: ---
           Product: Koha
           Version: 22.11
          Hardware: PC
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Book cover link is in Marc field 856 and book description link is in another
856 field. Whether the book cover image is visible depends on the order in
which the data is catalogued.

Test:
1. System preferences: CustomCoverImages: display and CustomCoverImagesURL:
{856$u}
2. Catalogue following data to a record:

856 42     
u    https://sopimusasiakkaat.booky.fi/description.php?ean=9789518734263
q    text
z    Description
856 42     
u    https://sopimusasiakkaat.booky.fi/image.php?size=medium&id=9789518734263
q    image
z    Cover image

3. Save and view record
4. Book cover is not visible in record's normal view nor in search results
list.
5. Change the order of 856 fields:

856 42     
u    https://sopimusasiakkaat.booky.fi/image.php?size=medium&id=9789518734263
q    image
z    Cover image
856 42     
u    https://sopimusasiakkaat.booky.fi/description.php?ean=9789518734263
q    text
z    Description

6. Save and view record
7. Book cover is visible in record's normal view and in search results list.

Book cover image should be visible regardless of the order in which the 856
fields are catalogued.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to