ng-if="items_out_display == 'noncat'"
idl-class="ancc"
id-field="id"
- features="-sort,-multisort"
+ features="clientsort"
items-provider="gridDataProvider"
persist-key="circ.patron.items_out.noncat"
dateformat="{{$root.egDateAndTimeFormat}}">
ng-if="items_out_display != 'noncat'"
idl-class="circ"
id-field="id"
- features="-sort,-multisort"
+ features="clientsort"
items-provider="gridDataProvider"
persist-key="circ.patron.items_out"
dateformat="{{$root.egDateAndTimeFormat}}">
<eg-grid-field label="[% l('Checkout / Renewal Library') %]" path='circ_lib.shortname'></eg-grid-field>
<eg-grid-field label="[% l('Renewals Remaining') %]" path='renewal_remaining'></eg-grid-field>
<eg-grid-field label="[% l('Fines Stopped') %]" path='stop_fines'></eg-grid-field>
- <eg-grid-field label="[% l('Title') %]" name="title">
+ <eg-grid-field label="[% l('Title') %]" path="target_copy.call_number.record.simple_record.title" name="title">
<a target="_self" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item.target_copy().call_number().record().id()}}">
{{item.target_copy().call_number().record().simple_record().title()}}
</a>
// fields on the bre to select. More may be needed.
// note that fleshed fields are explicitly selected.
select : { bre : ['id'] },
- limit : count,
- offset : offset,
+ //limit : count,
+ //offset : offset,
// we need an order-by to support paging
order_by : {circ : ['xact_start']}
return egCore.pcrud.search('ancc', {id : id_list},
{ flesh : 1,
flesh_fields : {ancc : ['item_type','staff']},
- limit : count,
- offset : offset,
+ //limit : count,
+ //offset : offset,
// we need an order-by to support paging
order_by : {circ : ['circ_time']}