web/views/cwproperties.py
branchtls-sprint
changeset 1739 78b0819162a8
parent 1721 694f6a50e138
child 1865 62d3726ad8cb
--- a/web/views/cwproperties.py	Tue May 12 11:49:30 2009 +0200
+++ b/web/views/cwproperties.py	Tue May 12 11:56:12 2009 +0200
@@ -339,5 +339,5 @@
         self.widget = wdg
 
 
-uicfg.rfields.tag_attribute('CWProperty', 'pkey', PropertyKeyField)
-uicfg.rfields.tag_attribute('CWProperty', 'value', PropertyValueField)
+uicfg.autoform_field.tag_attribute(('CWProperty', 'pkey'), PropertyKeyField)
+uicfg.autoform_field.tag_attribute(('CWProperty', 'value'), PropertyValueField)