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

Brendan Gallagher <[email protected]> changed:

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

--- Comment #4 from Brendan Gallagher <[email protected]> ---
Created attachment 46064
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46064&action=edit
Bug 15210 - Novelist throws an error if no ISBN

This patch makes opac-detail.tt check for an ISBN before attempting to load
Novelist content and prevents a js error which breaks other code.

To test:
1 - Enable novelist
2 - Add a visible change to OPACUserJS eg: $(document).ready(function()
{$("body").css("background-color","pink");});
3 - Load a record with no ISBN
4 - Note you do not see a color change in the body and that there is an error
in the console
5 - Apply patch
6 - Reload the record
7 - You should see the color change and no error in the js

Signed-off-by: Chris Cormack <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>

Signed-off-by: Brendan A Gallagher <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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