# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1242141341 -7200 # Node ID d48613e6519671890612e31aaae8018474a59680 # Parent 67a9b86fd4797d1baab2209b27e6f63208ee15d0 typos, wrong etypes diff -r 67a9b86fd479 -r d48613e65196 web/uicfg.py --- a/web/uicfg.py Tue May 12 16:47:03 2009 +0200 +++ b/web/uicfg.py Tue May 12 17:15:41 2009 +0200 @@ -191,19 +191,19 @@ autoform_section.tag_subject_of(('*', 'owned_by', '*'), 'metadata') autoform_section.tag_subject_of(('*', 'created_by', '*'), 'metadata') autoform_section.tag_subject_of(('*', 'is', '*'), 'generated') -autoform_section.tag_object_of(('* ', 'is', '*'), 'generated') +autoform_section.tag_object_of(('*', 'is', '*'), 'generated') autoform_section.tag_subject_of(('*', 'is_instance_of', '*'), 'generated') -autoform_section.tag_object_of(('* ', 'is_instance_of', '*'), 'generated') +autoform_section.tag_object_of(('*', 'is_instance_of', '*'), 'generated') autoform_section.tag_subject_of(('*', 'identity', '*'), 'generated') -autoform_section.tag_object_of(('* ', 'identity', '*'), 'generated') +autoform_section.tag_object_of(('*', 'identity', '*'), 'generated') autoform_section.tag_subject_of(('*', 'require_permission', '*'), 'generated') autoform_section.tag_subject_of(('*', 'wf_info_for', '*'), 'generated') -autoform_section.tag_object_of(('* ', 'wf_info_for', '*'), 'generated') +autoform_section.tag_object_of(('*', 'wf_info_for', '*'), 'generated') autoform_section.tag_subject_of(('*', 'for_user', '*'), 'generated') -autoform_section.tag_object_of(('* ', 'for_user', '*'), 'generated') +autoform_section.tag_object_of(('*', 'for_user', '*'), 'generated') autoform_section.tag_subject_of(('CWPermission', 'require_group', '*'), 'primary') -autoform_section.tag_attribute(('EEtype', 'final'), 'generated') -autoform_section.tag_attribute(('ERtype', 'final'), 'generated') +autoform_section.tag_attribute(('CWEType', 'final'), 'generated') +autoform_section.tag_attribute(('CWRType', 'final'), 'generated') autoform_section.tag_attribute(('CWUser', 'firstname'), 'secondary') autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary') autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata')