diff -r 370d20fec445 -r d614369df4b3 web/views/autoform.py --- a/web/views/autoform.py Fri Sep 25 11:54:49 2009 +0200 +++ b/web/views/autoform.py Fri Sep 25 11:55:39 2009 +0200 @@ -320,16 +320,9 @@ uicfg.autoform_section.tag_attribute(('*', 'creation_date'), 'metadata') uicfg.autoform_section.tag_attribute(('*', 'modification_date'), 'metadata') uicfg.autoform_section.tag_attribute(('*', 'cwuri'), 'metadata') -uicfg.autoform_section.tag_attribute(('*', 'has_text'), 'generated') uicfg.autoform_section.tag_subject_of(('*', 'in_state', '*'), 'primary') uicfg.autoform_section.tag_subject_of(('*', 'owned_by', '*'), 'metadata') uicfg.autoform_section.tag_subject_of(('*', 'created_by', '*'), 'metadata') -uicfg.autoform_section.tag_subject_of(('*', 'is', '*'), 'generated') -uicfg.autoform_section.tag_object_of(('*', 'is', '*'), 'generated') -uicfg.autoform_section.tag_subject_of(('*', 'is_instance_of', '*'), 'generated') -uicfg.autoform_section.tag_object_of(('*', 'is_instance_of', '*'), 'generated') -uicfg.autoform_section.tag_subject_of(('*', 'identity', '*'), 'generated') -uicfg.autoform_section.tag_object_of(('*', 'identity', '*'), 'generated') uicfg.autoform_section.tag_subject_of(('*', 'require_permission', '*'), 'generated') uicfg.autoform_section.tag_subject_of(('*', 'by_transition', '*'), 'primary') uicfg.autoform_section.tag_object_of(('*', 'by_transition', '*'), 'generated') @@ -346,8 +339,6 @@ uicfg.autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary') uicfg.autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata') uicfg.autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary') -uicfg.autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated') -uicfg.autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated') uicfg.autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata') uicfg.autoform_section.tag_attribute(('Bookmark', 'path'), 'primary') uicfg.autoform_section.tag_subject_of(('*', 'primary_email', '*'), 'generic')