LP#1746360 Record Bucket Missing Deleted and Edition Columns
authorMcCanna <tmccanna@georgialibraries.org>
Wed, 7 Nov 2018 17:33:42 +0000 (12:33 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:49:28 +0000 (15:49 -0400)
Added deleted and edition columns to the record bucket grid.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2

index 02aa7f5..e20d50e 100644 (file)
@@ -38,4 +38,9 @@
 
   <eg-grid-field label="[% l('Deleted?') %]" path="biblio_record.deleted"></eg-grid-field>
 
+  <!-- TODO: this adds much delay to call
+  <eg-grid-field label="[% l('Edition') %]" 
+    path="biblio_record.wide_display_entry.edition"></eg-grid-field>
+  -->
+
 </eg-grid>