From 18f23f808d43f2937258c995cde16f13478c3bea Mon Sep 17 00:00:00 2001 From: Eric Garcia Date: Tue, 25 Jun 2024 17:18:13 +0000 Subject: [PATCH] Bug 35240: Add missing IDs to input 1. Tools -> Rotating collections -> Edit collection 2. Use browser dev tools to notice that the inputs don't have matching IDs 3. Apply patch 4. Do step 2 again and notice IDs are no longer missing. 5. Sign off :) Signed-off-by: Owen Leonard --- .../en/modules/rotating_collections/editCollections.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt index f687e9bc2f..7edfcbdec3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt @@ -137,19 +137,19 @@
  • [% IF ( editColTitle ) %] - + Required [% ELSE %] - + Required [% END %]
  • [% IF (editColDescription ) %] - + [% ELSE %] - + [% END %]
  • -- 2.39.2