From c7c273faa8f485d8f6c6b9b8c02f05940e993a09 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 24 Mar 2014 19:39:26 -0400 Subject: [PATCH] web staff autogrid; porting items out experiment Signed-off-by: Bill Erickson --- .../staff/circ/patron/t_items_out_table.tt2 | 32 ++++++---------------- Open-ILS/src/templates/staff/parts/t_autogrid.tt2 | 2 +- Open-ILS/src/templates/staff/test/t_autogrid.tt2 | 30 ++++++++++---------- Open-ILS/web/js/ui/default/staff/services/grid.js | 24 ++++++++++------ Open-ILS/web/js/ui/default/staff/services/list.js | 4 +++ 5 files changed, 43 insertions(+), 49 deletions(-) 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
--> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +