changeset 2799 | b703639614e7 |
parent 2789 | 39712da6f397 |
child 2867 | e8581a4f1bae |
--- 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')