web/box.py
changeset 183 fe4d6025f712
parent 175 5c7bb5f1ede0
child 237 3df2e0ae2eba
--- a/web/box.py	Sun Dec 07 14:24:19 2008 +0100
+++ b/web/box.py	Mon Dec 08 08:56:08 2008 +0100
@@ -156,6 +156,7 @@
                      _rqlcondition_selector)
     accepts = ('Any',)
     context = 'incontext'
+    condition = None
     
     def call(self, row=0, col=0, **kwargs):
         """classes inheriting from EntityBoxTemplate should defined cell_call,