From c06c26252f4d592bd7dc86437f68901981700635 Mon Sep 17 00:00:00 2001 From: Steven Chan Date: Thu, 23 May 2013 13:24:04 -0700 Subject: [PATCH] LP1183553 - Default filter option for configuration screens In the staff client, the AutoGrid widget is used to render configuration lists, and by default, the setting 'showLoadFilter' is turned off. It seems more useful to turn it on by default so that any configuration screen can use it unless its template sets it off. Signed-off-by: Steven Chan Signed-off-by: Pasi Kallinen Signed-off-by: Ben Shum --- Open-ILS/web/js/dojo/openils/widget/AutoGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js index ddc3e58c4e..6dd5b58aef 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js @@ -32,7 +32,7 @@ if(!dojo._hasResource['openils.widget.AutoGrid']) { displayOffset : 0, requiredFields : null, hidePaginator : false, - showLoadFilter : false, + showLoadFilter : true, onItemReceived : null, suppressLinkedFields : null, // list of fields whose linked display data should not be fetched from the server -- 2.43.2