--- a/web/component.py Thu Aug 13 09:59:35 2009 +0200
+++ b/web/component.py Thu Aug 13 10:20:57 2009 +0200
@@ -35,7 +35,7 @@
__select__ = one_line_rset() & primary_view() & match_context_prop()
registered = accepts_compat(has_relation_compat(condition_compat(View.registered)))
- property_defs = {
+ cw_property_defs = {
_('visible'): dict(type='Boolean', default=True,
help=_('display the component or not')),
_('order'): dict(type='Int', default=99,
@@ -63,7 +63,7 @@
id = 'navigation'
__select__ = paginated_rset()
- property_defs = {
+ cw_property_defs = {
_('visible'): dict(type='Boolean', default=True,
help=_('display the component or not')),
}