From 638da2dea8e2c1dcc176f6f0ec5cbd4abdbaa2e2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 6 Jul 2023 10:01:31 +0200 Subject: [PATCH] Bug 30708: Rebase - Rewrite toolbar Bug 33417 has changed how we handle the toolbars in Vue apps, this patch is adjusting the 'Preservation' module code on top of it, but also adds to make it more flexible (see bug 34215). Signed-off-by: Laurence Rault Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- .../components/Preservation/TrainsList.vue | 13 ++++++++--- .../components/Preservation/TrainsShow.vue | 23 +++++++++++-------- .../components/Preservation/TrainsToolbar.vue | 16 ------------- .../components/Preservation/WaitingList.vue | 7 +++--- 4 files changed, 27 insertions(+), 32 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsToolbar.vue diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsList.vue index 3868b5b911..77a84c5010 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsList.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsList.vue @@ -1,7 +1,13 @@