ng-if="items_out_display != 'noncat'"
idl-class="circ"
id-field="id"
- features="-sort,-multisort"
+ _features="-sort,-multisort"
items-provider="gridDataProvider"
persist-key="circ.patron.items_out">
limit : count,
offset : offset,
// we need an order-by to support paging
- order_by : {circ : ['xact_start']}
+ //order_by : {circ : ['xact_start']}
+ order_by : {circ : provider.sort[0]} // XXX: only works with action.circulation columns XXX
}).then(null, null, function(circ) {
circ.circ_lib(egCore.org.get(circ.circ_lib())); // local fleshing
var id_list = $scope[$scope.items_out_display + '_list'];
// see if we have the requested range cached
+ /* AVOID CACHING TO TEST
if (patronSvc.items_out[offset]) {
return provider.arrayNotifier(
patronSvc.items_out, offset, count);
}
+ */
if ($scope.items_out_display == 'noncat') {
// if there are any noncat circ IDs, we already have them