From 3cb43d89fc1d658a934aab2d51bbda1161c2586f 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 --- .../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 3868b5b9114..77a84c50103 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 @@