[Koha-bugs] [Bug 32474] Implement infinite scroll in vue-select

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 29 15:56:42 CET 2023


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

--- Comment #69 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
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.


More information about the Koha-bugs mailing list