From e32b676bf7bb9191db2c5d49d9676924426cf778 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 9 Jun 2023 17:18:18 +0200 Subject: [PATCH] Bug 33547: Add missing action button for non-table view Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: BULAC - http://www.bulac.fr/ Signed-off-by: Heather Hernandez Signed-off-by: Laurence Rault Signed-off-by: Nick Clemens --- .../prog/js/vue/components/Preservation/TrainsShow.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue index 63a9a33b6a0..82e60debc87 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue @@ -183,7 +183,14 @@ selectTrainForCopy(item.train_item_id) " :title="$__('Copy')" - > +
-- 2.34.1