https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474
--- Comment #69 from Matt Blenkinsop <[email protected]> --- Created attachment 159340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159340&action=edit Bug 32474: Fix persistence of selections when pagination re-triggers Currently when the select is closed and then re-opens, the pagination is re-triggered which removes the data that the lable is being pulled from for the select. This patch addresses this by keeping the currently selected piece of data and adding it into the re-paginated array of data. -- 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/
