[Koha-bugs] [Bug 20090] Missing Script Statement for Novelist Select on Some Record Displays in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 8 16:15:17 CEST 2018


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70920|0                           |1
        is obsolete|                            |

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 76757
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76757&action=edit
Bug 20090: Missing script statement for Novelist Select on some record displays
in OPAC

This patch adds a check for UPCs and well as ISBNs to the Novelist Select
conditionals in opac-detail.tt

To test (note that you must subscribe to Novelist Select):

1. If your library does not use the raton ratings feature, activate it for the
purposes of this test.

2. Display a record that does not have an ISBN in the 020 field, but has a upc
(or other code) in the 024 field. The rating option will

display as 5 radio buttons and a "rate it" button.

3. Apply the patch.

4. Display the same record again. The radio buttons will be replaced with
stars. This indicates that the scripts on the page completed.

Rather that using the patron ratings as in indicator, you can also use a web
page inspector/debugger such as firebug or the built-in

inspectors in most newer browsers to check for script errors.

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
I couldn't check with Novelist Select, but read and checked changed made
carefully.

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


More information about the Koha-bugs mailing list