[Koha-bugs] [Bug 27632] Add a more easily javascript accessible biblionumber to each record in OPAC results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 5 01:02:48 CET 2021


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

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
My test plan:
0) Use koha-testing-docker
1) Apply patch
2) Go to
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
3) Open browser console
4) Run the following: $(".bibliocol").each( function(){
console.log($(this).attr('data-biblionumber')) });
5) Observe output of "29", "114", and "134".

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


More information about the Koha-bugs mailing list