diff -r 5c926026d5e7 -r de355ee59e52 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