[Koha-bugs] [Bug 14259] OPAC system preference BiblioDefaultView is ignored

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 02:27:38 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14259

--- Comment #6 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 40851
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40851&action=edit
Bug 14259: OPAC system preference BiblioDefaultView is ignored

Cover image links ignore the BiblioDefaultView value for non-XSLT.
XSLT was corrected in 12574.

TEST PLAN
---------
 1) Back up your database
 2) drop you db and do a fresh install of the sample data
 3) set koha admin to a super librarian, and set up a username
    and password for it.
 4) catalog "The Road To Character" by David Brooks.
 5) using koha admin import a small set of data.
 6) stop zebra and do a full reindex then restart it.
 7) Change the 'OPACXSLTDetailsDisplay' and 'OPACXSLTResultsDisplay'
    system preferences to blank!
    -- This corrects the non-XSLT things missed by 12574.
 7) Change the 'GoogleJackets' system preference to 'Add'.
 8) Change the 'BiblioDefaultView' system preference to
    'in their MARC form'.
 9) Change the 'IDreamBooksResults' system preference to 'Add'.
10) Search for something that will find "The Road To Character"
    and something else in the OPAC.
11) Run your mouse over the title text in the search results.
    -- Link will be to opac-MARCdetail.pl
12) Run your mouse over the cover image or lack thereof.
    -- Link will be to opac-detail.pl
    -- This will fail for both "The Road to Character" and the
       non-"The Road to Character" entries.
13) Apply this patch
14) Refresh the OPAC page
    -- Links under the cover images will be corrected.
15) In the staff client, change 'IDreamBooksReviews' to 'Add'.
16) Refresh the OPAC page
    -- "The Road to Character" will be correct, but have a
       '#idb_critic_reviews' appended.
17) run koha qa test tools

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list