Bug 32030: Add missings IDs to a couple of fieldsets
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 1 Nov 2022 06:58:57 +0000 (07:58 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:46 +0000 (09:44 -0300)
This is needed by the following cypress tests

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementRelationships.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalPackageAgreements.vue

index b9226f0..131f940 100644 (file)
@@ -2,6 +2,7 @@
     <div class="page-section" id="agreement_relationships">
         <legend>{{ $__("Related agreements") }}</legend>
         <fieldset
+            :id="`related_agreement_${counter}`"
             class="rows"
             v-for="(relationship, counter) in relationships"
             v-bind:key="counter"
index 1cd25fc..2986fbc 100644 (file)
@@ -2,6 +2,7 @@
     <fieldset class="rows" id="package_agreements">
         <legend>{{ $__("Agreements") }}</legend>
         <fieldset
+            :id="`package_agreement_${counter}`"
             class="rows"
             v-for="(package_agreement, counter) in package_agreements"
             v-bind:key="counter"