changeset 3377 | dd9d292b6a6d |
parent 2867 | e8581a4f1bae |
child 3451 | 6b46d73823f5 |
--- 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