web/views/autoform.py
branchstable
changeset 7782 40a49f4350a5
parent 7780 a1d5365fefc1
child 7797 a71618a75b53
child 7815 2a164a9cf81c
equal deleted inserted replaced
7781:e95cfd5eca61 7782:40a49f4350a5
   918 _AFS.tag_subject_of(('*', 'in_state', '*'), 'main', 'hidden')
   918 _AFS.tag_subject_of(('*', 'in_state', '*'), 'main', 'hidden')
   919 for rtype in ('creation_date', 'modification_date', 'cwuri',
   919 for rtype in ('creation_date', 'modification_date', 'cwuri',
   920               'owned_by', 'created_by', 'cw_source'):
   920               'owned_by', 'created_by', 'cw_source'):
   921     _AFS.tag_subject_of(('*', rtype, '*'), 'main', 'metadata')
   921     _AFS.tag_subject_of(('*', rtype, '*'), 'main', 'metadata')
   922 
   922 
       
   923 _AFS.tag_subject_of(('*', 'require_permission', '*'), 'main', 'hidden')
   923 _AFS.tag_subject_of(('*', 'by_transition', '*'), 'main', 'attributes')
   924 _AFS.tag_subject_of(('*', 'by_transition', '*'), 'main', 'attributes')
   924 _AFS.tag_subject_of(('*', 'by_transition', '*'), 'muledit', 'attributes')
   925 _AFS.tag_subject_of(('*', 'by_transition', '*'), 'muledit', 'attributes')
   925 _AFS.tag_object_of(('*', 'by_transition', '*'), 'main', 'hidden')
   926 _AFS.tag_object_of(('*', 'by_transition', '*'), 'main', 'hidden')
   926 _AFS.tag_object_of(('*', 'from_state', '*'), 'main', 'hidden')
   927 _AFS.tag_object_of(('*', 'from_state', '*'), 'main', 'hidden')
   927 _AFS.tag_object_of(('*', 'to_state', '*'), 'main', 'hidden')
   928 _AFS.tag_object_of(('*', 'to_state', '*'), 'main', 'hidden')
   928 _AFS.tag_subject_of(('*', 'wf_info_for', '*'), 'main', 'attributes')
   929 _AFS.tag_subject_of(('*', 'wf_info_for', '*'), 'main', 'attributes')
   929 _AFS.tag_subject_of(('*', 'wf_info_for', '*'), 'muledit', 'attributes')
   930 _AFS.tag_subject_of(('*', 'wf_info_for', '*'), 'muledit', 'attributes')
   930 _AFS.tag_object_of(('*', 'wf_info_for', '*'), 'main', 'hidden')
   931 _AFS.tag_object_of(('*', 'wf_info_for', '*'), 'main', 'hidden')
       
   932 _AFS.tag_subject_of(('CWPermission', 'require_group', '*'), 'main', 'attributes')
       
   933 _AFS.tag_subject_of(('CWPermission', 'require_group', '*'), 'muledit', 'attributes')
   931 _AFS.tag_attribute(('CWEType', 'final'), 'main', 'hidden')
   934 _AFS.tag_attribute(('CWEType', 'final'), 'main', 'hidden')
   932 _AFS.tag_attribute(('CWRType', 'final'), 'main', 'hidden')
   935 _AFS.tag_attribute(('CWRType', 'final'), 'main', 'hidden')
   933 _AFS.tag_attribute(('CWUser', 'firstname'), 'main', 'attributes')
   936 _AFS.tag_attribute(('CWUser', 'firstname'), 'main', 'attributes')
   934 _AFS.tag_attribute(('CWUser', 'surname'), 'main', 'attributes')
   937 _AFS.tag_attribute(('CWUser', 'surname'), 'main', 'attributes')
   935 _AFS.tag_attribute(('CWUser', 'last_login_time'), 'main', 'metadata')
   938 _AFS.tag_attribute(('CWUser', 'last_login_time'), 'main', 'metadata')