rqlinput should have its default visible property to false stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 19 Jun 2009 08:28:05 +0200
branchstable
changeset 2120 ed1cd652b343
parent 2119 dc1eedd06766
child 2121 9a14e1ee0eab
rqlinput should have its default visible property to false
web/views/basecomponents.py
--- a/web/views/basecomponents.py	Fri Jun 19 08:27:41 2009 +0200
+++ b/web/views/basecomponents.py	Fri Jun 19 08:28:05 2009 +0200
@@ -29,7 +29,8 @@
     """build the rql input form, usually displayed in the header"""
     id = 'rqlinput'
     property_defs = VISIBLE_PROP_DEF
-
+    visible = False
+    
     def call(self, view=None):
         if hasattr(view, 'filter_box_context_info'):
             rset = view.filter_box_context_info()[0]