LP#1697954: Enable clientsort for renew
authorMike Rylander <mrylander@gmail.com>
Wed, 14 Jun 2017 15:50:52 +0000 (11:50 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 14 Jun 2017 16:31:47 +0000 (12:31 -0400)
This list is filled by the user, so it's safe to use client-side sorting.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/circ/renew/t_renew.tt2

index 6e7d36e..db3414e 100644 (file)
@@ -42,7 +42,7 @@
 
 <eg-grid
   id-field="index"
-  features="-sort,-multisort"
+  features="clientsort"
   items-provider="gridDataProvider"
   grid-controls="gridControls"
   persist-key="circ.renew">
@@ -73,7 +73,7 @@
   <eg-grid-field label="[% l('Balance Owed') %]"     
     path='mbts.balance_owed'></eg-grid-field>
 
-  <eg-grid-field label="[% l('Barcode') %]" path="acp_barcode">
+  <eg-grid-field label="[% l('Barcode') %]" path="copy_barcode">
     <!-- FIXME: ng-if / ng-disabled not working since the contents 
         are $interpolate'd and not $compile'd.
         I want to hide / disable the href when there is no acp ID