This enables the allowAll option in the Patron Items Checked Out
and Other/Special Circulations grids.
To test
-------
[1] Apply the patch.
[2] Verify that the Patron Items Checked Out, Other/Special Circulations,
Non-Catalogued Circulations, and Holds grids now include row
count options 500, 100, and All.
[3] Verify that the Item Status grid now includes the additional
row count options.
[4] Verify that when choosing the "All" row count that you are prompted
to confirm loading all of the rows.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
ng-if="items_out_display != 'noncat'"
idl-class="circ"
id-field="id"
- features="clientsort"
+ features="clientsort,allowAll"
items-provider="gridDataProvider"
persist-key="circ.patron.items_out"
dateformat="{{$root.egDateAndTimeFormat}}">