[Koha-bugs] [Bug 23302] Less clicks on Z3950 search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 22 09:05:47 CET 2021


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

--- Comment #32 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Rebase notes:

// var data_index = $( this ).data( "index" );
// Import( data_breedingid, data_authid, data_headingcode, "", data_index );

-       
opener.document.location="../authorities/authorities.pl?breedingid="+Breeding+"&authtypecode="+AuthType+"&authid="+recordid;
+       
opener.document.location="../authorities/authorities.pl?breedingid="+Breeding+"&authtypecode="+AuthType+"&authid="+recordid+"&index="+index;

AFAICS The new index parameters should be in the href too already. So this
should work.

 <li><a href="#" class="import_record" data-breedingid="[%
breeding_loo.breedingid | html %]" data-heading_code="[%
breeding_loo.heading_code | html %]" data-authid="[% breeding_loo.authid | html
%]" data-index="[% index | html %]" ><i class="fa fa-download"></i>
Import</a></li>
Do not really understand why we import with an data-authid value here? I have
added the index parameter.

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


More information about the Koha-bugs mailing list