web/facet.py
changeset 2799 b703639614e7
parent 2770 356e9d7c356d
child 2890 fdcb8a2bb6eb
--- a/web/facet.py	Thu Aug 13 09:59:35 2009 +0200
+++ b/web/facet.py	Thu Aug 13 10:20:57 2009 +0200
@@ -244,7 +244,7 @@
 class AbstractFacet(AppObject):
     __abstract__ = True
     __registry__ = 'facets'
-    property_defs = {
+    cw_property_defs = {
         _('visible'): dict(type='Boolean', default=True,
                            help=_('display the box or not')),
         _('order'):   dict(type='Int', default=99,