# HG changeset patch # User Adrien Di Mascio # Date 1228722968 -3600 # Node ID fe4d6025f712d71e1db3900fbbe0d0001d4bb6f4 # Parent 45a810beed180ba0f2cf505269c71366470c223f if EntityBoxTemplate now uses _rqlcondition_selector, it must also define a default condition attribute diff -r 45a810beed18 -r fe4d6025f712 web/box.py --- 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,