https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23302
--- Comment #32 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
