From 79acc41d1617fd550fcfbeabe812b495c5009f20 Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 23 Jan 2025 17:49:58 -0600 Subject: [PATCH 1/2] Add populate from buttons to batch edit --- client/pages/batch/index.vue | 94 +++++++++++++++++++++++++++++++++++- client/strings/en-us.json | 4 ++ 2 files changed, 97 insertions(+), 1 deletion(-) diff --git a/client/pages/batch/index.vue b/client/pages/batch/index.vue index 5cc83176..263dee58 100644 --- a/client/pages/batch/index.vue +++ b/client/pages/batch/index.vue @@ -86,7 +86,12 @@ -
+
+ {{ $strings.ButtonReset }} + + {{ $strings.ButtonBatchEditPopulateFromExisting }} + +
{{ $strings.ButtonApply }}
@@ -97,6 +102,11 @@