web/views/autoform.py
branch3.5
changeset 3316 c4c07aab1c39
parent 3125 52b6b8c2ccc5
parent 3244 1fc804b2c5ba
child 3332 91cff87c368f
equal deleted inserted replaced
3314:cfa77453e742 3316:c4c07aab1c39
   353 uicfg.autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
   353 uicfg.autoform_section.tag_subject_of(('CWUser', 'in_group', '*'), 'primary')
   354 uicfg.autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated')
   354 uicfg.autoform_section.tag_object_of(('*', 'owned_by', 'CWUser'), 'generated')
   355 uicfg.autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated')
   355 uicfg.autoform_section.tag_object_of(('*', 'created_by', 'CWUser'), 'generated')
   356 uicfg.autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
   356 uicfg.autoform_section.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'metadata')
   357 uicfg.autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
   357 uicfg.autoform_section.tag_attribute(('Bookmark', 'path'), 'primary')
   358 uicfg.autoform_section.tag_subject_of(('*', 'use_email', '*'), 'generated') # inlined actually
       
   359 uicfg.autoform_section.tag_subject_of(('*', 'primary_email', '*'), 'generic')
   358 uicfg.autoform_section.tag_subject_of(('*', 'primary_email', '*'), 'generic')
   360 
   359 
   361 uicfg.autoform_field_kwargs.tag_attribute(('RQLExpression', 'expression'),
   360 uicfg.autoform_field_kwargs.tag_attribute(('RQLExpression', 'expression'),
   362                                           {'widget': fwdgs.TextInput})
   361                                           {'widget': fwdgs.TextInput})
   363 uicfg.autoform_field_kwargs.tag_attribute(('Bookmark', 'path'),
   362 uicfg.autoform_field_kwargs.tag_attribute(('Bookmark', 'path'),