https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29994
--- Comment #14 from Chris Nighswonger <[email protected]> --- (In reply to Caroline Cyr La Rose from comment #3) > The problem occurs when clicking the "Export" button in the table of items, This is important. There are two separate JS functions which are attached to these export "options." The Export button triggers one[1] while the 'Export selected items' triggers another[2]. In the former, batch_id is passed in via a TT variable; in the latter it is extracted from the data value of the element. I wonder if the latter is munged up somehow... If so, this could explain the discrepancy I mentioned in comment #12. So what we need to see is the resulting URL generated by each of these functions. Perhaps someone with the issue can grab these from the network tab in the browser debug console and post them here? [1] https://github.com/Koha-Community/Koha/blob/cdf34ce15603edfee5453ce7b232d2ceb0aa61e7/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt#L353 [2] https://github.com/Koha-Community/Koha/blob/cdf34ce15603edfee5453ce7b232d2ceb0aa61e7/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt#L364 -- 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/
