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 |