From: Steven Chan Date: Thu, 23 May 2013 20:24:04 +0000 (-0700) Subject: LP1183553 - Default filter option for configuration screens X-Git-Tag: sprint4-merge-nov22~2785 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c06c26252f4d592bd7dc86437f68901981700635;p=working%2FEvergreen.git 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 --- 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