web/uicfg.py
branchtls-sprint
changeset 1747 d48613e65196
parent 1746 67a9b86fd479
child 1754 c9c7618a90de
equal deleted inserted replaced
1746:67a9b86fd479 1747:d48613e65196
   189 autoform_section.tag_attribute(('*', 'has_text'), 'generated')
   189 autoform_section.tag_attribute(('*', 'has_text'), 'generated')
   190 autoform_section.tag_subject_of(('*', 'in_state', '*'), 'primary')
   190 autoform_section.tag_subject_of(('*', 'in_state', '*'), 'primary')
   191 autoform_section.tag_subject_of(('*', 'owned_by', '*'), 'metadata')
   191 autoform_section.tag_subject_of(('*', 'owned_by', '*'), 'metadata')
   192 autoform_section.tag_subject_of(('*', 'created_by', '*'), 'metadata')
   192 autoform_section.tag_subject_of(('*', 'created_by', '*'), 'metadata')
   193 autoform_section.tag_subject_of(('*', 'is', '*'), 'generated')
   193 autoform_section.tag_subject_of(('*', 'is', '*'), 'generated')
   194 autoform_section.tag_object_of(('* ', 'is', '*'), 'generated')
   194 autoform_section.tag_object_of(('*', 'is', '*'), 'generated')
   195 autoform_section.tag_subject_of(('*', 'is_instance_of', '*'), 'generated')
   195 autoform_section.tag_subject_of(('*', 'is_instance_of', '*'), 'generated')
   196 autoform_section.tag_object_of(('* ', 'is_instance_of', '*'), 'generated')
   196 autoform_section.tag_object_of(('*', 'is_instance_of', '*'), 'generated')
   197 autoform_section.tag_subject_of(('*', 'identity', '*'), 'generated')
   197 autoform_section.tag_subject_of(('*', 'identity', '*'), 'generated')
   198 autoform_section.tag_object_of(('* ', 'identity', '*'), 'generated')
   198 autoform_section.tag_object_of(('*', 'identity', '*'), 'generated')
   199 autoform_section.tag_subject_of(('*', 'require_permission', '*'), 'generated')
   199 autoform_section.tag_subject_of(('*', 'require_permission', '*'), 'generated')
   200 autoform_section.tag_subject_of(('*', 'wf_info_for', '*'), 'generated')
   200 autoform_section.tag_subject_of(('*', 'wf_info_for', '*'), 'generated')
   201 autoform_section.tag_object_of(('* ', 'wf_info_for', '*'), 'generated')
   201 autoform_section.tag_object_of(('*', 'wf_info_for', '*'), 'generated')
   202 autoform_section.tag_subject_of(('*', 'for_user', '*'), 'generated')
   202 autoform_section.tag_subject_of(('*', 'for_user', '*'), 'generated')
   203 autoform_section.tag_object_of(('* ', 'for_user', '*'), 'generated')
   203 autoform_section.tag_object_of(('*', 'for_user', '*'), 'generated')
   204 autoform_section.tag_subject_of(('CWPermission', 'require_group', '*'), 'primary')
   204 autoform_section.tag_subject_of(('CWPermission', 'require_group', '*'), 'primary')
   205 autoform_section.tag_attribute(('EEtype', 'final'), 'generated')
   205 autoform_section.tag_attribute(('CWEType', 'final'), 'generated')
   206 autoform_section.tag_attribute(('ERtype', 'final'), 'generated')
   206 autoform_section.tag_attribute(('CWRType', 'final'), 'generated')
   207 autoform_section.tag_attribute(('CWUser', 'firstname'), 'secondary')
   207 autoform_section.tag_attribute(('CWUser', 'firstname'), 'secondary')
   208 autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary')
   208 autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary')
   209 autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata')
   209 autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata')
   210 autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
   210 autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
   211 autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated')
   211 autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated')