Fix duplicate IDs in bib record pagination
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Mon, 27 Mar 2023 16:51:22 +0000 (16:51 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Mon, 27 Mar 2023 16:51:22 +0000 (16:51 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html

index fd2c986..cacff41 100644 (file)
@@ -24,7 +24,7 @@
     <!-- push the actions component to the right -->
     <div class="col-7 d-flex pe-0">
       <div class="flex-1"></div>
-      <div id='staff-catalog-bib-navigation'>
+      <div id='staff-catalog-bib-actions'>
         <eg-catalog-record-actions [recordId]="recordId"
           [isHoldable]="summary && summary.isHoldable"
           (addHoldingsRequested)="addHoldingsRequested()">