3 Nov
2021
3 Nov
'21
8:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782 --- Comment #19 from Joonas Kylmälä <joonas.kylmala@iki.fi> --- (In reply to Jonathan Druart from comment #18)
1. This one seems wrong: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: link = `request.pl?biblionumbers=[% biblionumbers | url %]&action=cancelBulk&ids=${$('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id')).join(',')}`;
I don't have the time to confirm now but could do later.
it is wrong, have to re-do the patch, there was some changes pushed to master from Bug 23678 that are not compatible with this. -- You are receiving this mail because: You are watching all bug changes.