LP1999432 Add PubDate to shelf browse list.
authorGarry Collum <gcollum@gmail.com>
Tue, 10 Jan 2023 17:12:44 +0000 (17:12 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 16 Feb 2023 15:00:03 +0000 (10:00 -0500)
Adds pubdate to the shelf browse list of the staff client.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

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

index 938f357..e77315e 100644 (file)
                   {{callNumber._bibSummary.display.author}}
                 </a>
               </div>
+             <ng-container *ngIf="callNumber._bibSummary.display.pubdate"> 
+                 <div class="d-flex">
+                     <div class="flex1" i18n>PubDate:</div>
+                     <div class="flex1 px-1">{{callNumber._bibSummary.display.pubdate}}</div>
+                 </div>
+             </ng-container>
             </div>
             <div class="ml-2">
               <img src="/opac/extras/ac/jacket/small/r/{{callNumber._bibSummary.id}}"/>