LP2016341 Fix duplicate ID in staff catalog record
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Fri, 14 Apr 2023 21:43:02 +0000 (21:43 +0000)
committerJane Sandberg <js7389@princeton.edu>
Sun, 16 Apr 2023 14:59:24 +0000 (07:59 -0700)
Gives the actions button area a different ID than the navigation.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html

index 114ebca..1a25a73 100644 (file)
@@ -21,7 +21,7 @@
     </div>
     <!-- push the actions component to the right -->
     <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()">