From 7e1687ae89f0d3e399ca0105fa3362103da32453 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 --- .../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 51f94661bd3..b71dec3fefc 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 @@ -177,7 +177,14 @@ selectTrainForCopy(item.train_item_id) " :title="$__('Copy')" - > +
-- 2.25.1