From f4d7f5e4e19c23ec4de9fe59e96a9f1c4e7c0ca9 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 27 Apr 2023 14:39:04 +0000 Subject: [PATCH] Bug 32474: Fix duplicate API call This patch fixes a duplicate API call and improves functionality Test plan as before --- .../vue/components/InfiniteScrollSelect.vue | 78 ++++++++++--------- 1 file changed, 43 insertions(+), 35 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue index f44b8d29af..12f588ecca 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue @@ -1,13 +1,14 @@