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>
Fri, 30 Jun 2017 14:44:29 +0000 (10:44 -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>
Signed-off-by: Andrea Neiman <abneiman@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/circ/renew/t_renew.tt2

index 2a7871e..9678176 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"
@@ -74,7 +74,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