From 60eec432440657a51e8fd0fb6622e5620750ab9f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 27 Mar 2018 14:56:23 -0400 Subject: [PATCH] LP#1746566: Enable 500, 1K, and all rows in more patron grids 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 Signed-off-by: Chris Sharp --- Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index d3ac6de6c4..33d3796647 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -46,7 +46,7 @@ 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}}"> -- 2.43.2