web/views/ajaxedit.py
branchtls-sprint
changeset 742 99115e029dca
parent 692 800592b8d39b
child 1132 96752791c2b6
--- a/web/views/ajaxedit.py	Wed Feb 18 00:48:24 2009 +0100
+++ b/web/views/ajaxedit.py	Wed Feb 18 01:21:25 2009 +0100
@@ -17,7 +17,8 @@
     class attributes.
     """
     __registry__ = 'views'
-    __selectors__ = (chainfirst(match_form_params, match_kwargs),)
+    __select__ = (match_form_params('rtype', 'target')
+                  | match_kwargs('rtype', 'target'))
     property_defs = {} # don't want to inherit this from Box
     id = 'xaddrelation'
     expected_kwargs = form_params = ('rtype', 'target')