From: Bill Erickson Date: Mon, 24 Mar 2014 23:39:26 +0000 (-0400) Subject: web staff autogrid; porting items out experiment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c7c273faa8f485d8f6c6b9b8c02f05940e993a09;p=working%2FEvergreen.git web staff autogrid; porting items out experiment Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 index 65721dc8ff..7101811d3a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 @@ -4,30 +4,14 @@ persist-key="eg.staff.circ.patron.items_out" eg-list="items_out" id-field="id"> - - - - - - - - - - - + + + + + + + diff --git a/Open-ILS/src/templates/staff/parts/t_autogrid.tt2 b/Open-ILS/src/templates/staff/parts/t_autogrid.tt2 index 9f525f0e73..45987c2ccb 100644 --- a/Open-ILS/src/templates/staff/parts/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/parts/t_autogrid.tt2 @@ -117,7 +117,7 @@ ng-repeat="column in list.allColumns" style="flex:{{column.flex}}" ng-show="list.displayColumns[column.name]"> - {{list.fieldValue(item, column.path) | egGridvalueFilter:column}} + {{fieldValue(item, column.name) | egGridvalueFilter:column}} diff --git a/Open-ILS/src/templates/staff/test/t_autogrid.tt2 b/Open-ILS/src/templates/staff/test/t_autogrid.tt2 index a8d201e99b..a1646700f1 100644 --- a/Open-ILS/src/templates/staff/test/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/test/t_autogrid.tt2 @@ -11,21 +11,21 @@ eg-grid-field's require closing tags; you can also do
--> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +