diff -r f5c69485381f -r dd9d292b6a6d web/views/ajaxedit.py --- a/web/views/ajaxedit.py Wed Sep 23 08:42:52 2009 +0200 +++ b/web/views/ajaxedit.py Wed Sep 23 09:29:39 2009 +0200 @@ -19,10 +19,10 @@ class attributes. """ __registry__ = 'views' + __regid__ = 'xaddrelation' __select__ = (match_form_params('rtype', 'target') | match_kwargs('rtype', 'target')) cw_property_defs = {} # don't want to inherit this from Box - id = 'xaddrelation' expected_kwargs = form_params = ('rtype', 'target') build_js = EditRelationBoxTemplate.build_reload_js_call