web/action.py
changeset 2799 b703639614e7
parent 2698 a6ef9bec755e
child 2819 b864288fd316
--- a/web/action.py	Thu Aug 13 09:59:35 2009 +0200
+++ b/web/action.py	Thu Aug 13 10:20:57 2009 +0200
@@ -22,7 +22,7 @@
     __registry__ = 'actions'
     __select__ = match_search_state('normal')
 
-    property_defs = {
+    cw_property_defs = {
         'visible':  dict(type='Boolean', default=True,
                          help=_('display the action or not')),
         'order':    dict(type='Int', default=99,