web/uicfg.py
branchtls-sprint
changeset 1797 c2a80130b06d
parent 1754 c9c7618a90de
child 1819 7d3e8adcd559
equal deleted inserted replaced
1796:2cb2c96c82d9 1797:c2a80130b06d
   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')
   212 autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated')
   212 autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated')
   213 autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
   213 autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
   214 autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
   214 autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
       
   215 autoform_section.tag_subject_of(('*', 'use_email', '*'), 'generated') # inlined actually
       
   216 autoform_section.tag_subject_of(('*', 'primary_email', '*'), 'generic')
   215 
   217 
   216 
   218 
   217 # relations'field class
   219 # relations'field class
   218 autoform_field = RelationTags()
   220 autoform_field = RelationTags()
   219 
   221