typos, wrong etypes tls-sprint
authorsylvain.thenault@logilab.fr
Tue, 12 May 2009 17:15:41 +0200
branchtls-sprint
changeset 1747 d48613e65196
parent 1746 67a9b86fd479
child 1748 aa1806e76699
typos, wrong etypes
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')