diff -r 9c650701cb17 -r b703639614e7 web/views/ajaxedit.py --- a/web/views/ajaxedit.py Thu Aug 13 09:59:35 2009 +0200 +++ b/web/views/ajaxedit.py Thu Aug 13 10:20:57 2009 +0200 @@ -21,7 +21,7 @@ __registry__ = 'views' __select__ = (match_form_params('rtype', 'target') | match_kwargs('rtype', 'target')) - property_defs = {} # don't want to inherit this from Box + cw_property_defs = {} # don't want to inherit this from Box id = 'xaddrelation' expected_kwargs = form_params = ('rtype', 'target')