LP1183553 - Default filter option for configuration screens
authorSteven Chan <schan@sitka.bclibraries.ca>
Thu, 23 May 2013 20:24:04 +0000 (13:24 -0700)
committerBen Shum <bshum@biblio.org>
Sat, 7 Sep 2013 03:04:25 +0000 (23:04 -0400)
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 <schan@sitka.bclibraries.ca>
Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/js/dojo/openils/widget/AutoGrid.js

index ddc3e58..6dd5b58 100644 (file)
@@ -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