From f017f2dfc05fcbe465cf8690e0ca16a724370096 Mon Sep 17 00:00:00 2001 From: Agustin Moyano Date: Wed, 26 Jul 2023 17:41:22 -0300 Subject: [PATCH] [DO NOT PUSH] Bug 34425: Implementation example for Preservation module --- .../js/vue/components/Preservation/Main.vue | 6 +- .../prog/js/vue/modules/preservation.ts | 20 +- .../prog/js/vue/routes/preservation.js | 196 ++++++------------ 3 files changed, 83 insertions(+), 139 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Main.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Main.vue index 07794196f2..7d50b5a701 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Main.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Main.vue @@ -1,6 +1,6 @@