uicfg bugs detected by tests
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 01 Aug 2009 17:22:05 +0200
changeset 2640 de355ee59e52
parent 2639 5c926026d5e7
child 2641 9c33d98a074e
uicfg bugs detected by tests
web/uicfg.py
--- a/web/uicfg.py	Sat Aug 01 17:21:45 2009 +0200
+++ b/web/uicfg.py	Sat Aug 01 17:22:05 2009 +0200
@@ -229,8 +229,8 @@
 autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary')
 autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata')
 autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
-autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'metadata')
-autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'metadata')
+autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated')
+autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated')
 autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
 autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
 autoform_section.tag_subject_of(('*', 'use_email', '*'), 'generated') # inlined actually