LP1852782 Record detail page shows summary first
authorBill Erickson <berickxx@gmail.com>
Fri, 6 Dec 2019 18:10:29 +0000 (13:10 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 21 Feb 2020 16:44:38 +0000 (11:44 -0500)
Consistent with other EG catalogs, show the record summary section first
on the record detail page, with actions below.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html

index 29ac211..10f8c7c 100644 (file)
@@ -5,6 +5,10 @@
 </ng-container>
 
 <div id="staff-catalog-record-container">
+  <div id='staff-catalog-bib-summary-container' class='mb-1'>
+    <eg-bib-summary [bibSummary]="summary">
+    </eg-bib-summary>
+  </div>
   <div class="row ml-0 mr-0">
     <div id='staff-catalog-bib-navigation'>
       <div *ngIf="searchContext.isSearchable()">
       </eg-catalog-record-actions>
     </div>
   </div>
-  <div id='staff-catalog-bib-summary-container' class='mt-1'>
-    <eg-bib-summary [bibSummary]="summary">
-    </eg-bib-summary>
-  </div>
   <div id='staff-catalog-bib-tabs-container' class='mt-3'>
     <div class="row">
       <div class="col-lg-12 text-right">