web/uicfg.py
changeset 2640 de355ee59e52
parent 2515 5d3cd163e2db
child 2652 3753f3a07ca1
equal deleted inserted replaced
2639:5c926026d5e7 2640:de355ee59e52
   227 autoform_section.tag_attribute(('CWRType', 'final'), 'generated')
   227 autoform_section.tag_attribute(('CWRType', 'final'), 'generated')
   228 autoform_section.tag_attribute(('CWUser', 'firstname'), 'secondary')
   228 autoform_section.tag_attribute(('CWUser', 'firstname'), 'secondary')
   229 autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary')
   229 autoform_section.tag_attribute(('CWUser', 'surname'), 'secondary')
   230 autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata')
   230 autoform_section.tag_attribute(('CWUser', 'last_login_time'), 'metadata')
   231 autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
   231 autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
   232 autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'metadata')
   232 autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated')
   233 autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'metadata')
   233 autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated')
   234 autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
   234 autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
   235 autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
   235 autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
   236 autoform_section.tag_subject_of(('*', 'use_email', '*'), 'generated') # inlined actually
   236 autoform_section.tag_subject_of(('*', 'use_email', '*'), 'generated') # inlined actually
   237 autoform_section.tag_subject_of(('*', 'primary_email', '*'), 'generic')
   237 autoform_section.tag_subject_of(('*', 'primary_email', '*'), 'generic')
   238 
   238