From 7ab6ca7406f9b4cef46d1e456c53b0245ccbb114 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 fixes the "required" attribute Test plan as before --- .../vue/components/InfiniteScrollSelect.vue | 86 +++++++++++-------- 1 file changed, 51 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 f44b8d29af6..2548f8fd8a6 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue @@ -1,14 +1,23 @@