web/uicfg.py
branchtls-sprint
changeset 1604 fd943737d630
parent 1554 3a3263df6cdd
child 1631 8370be19afd7
equal deleted inserted replaced
1603:56217e741939 1604:fd943737d630
    87 
    87 
    88 # inlined view flag for non final relations: when True for an entry, the
    88 # inlined view flag for non final relations: when True for an entry, the
    89 # entity(ies) at the other end of the relation will be editable from the
    89 # entity(ies) at the other end of the relation will be editable from the
    90 # form of the edited entity
    90 # form of the edited entity
    91 rinlined = RelationTags()
    91 rinlined = RelationTags()
       
    92 rinlined.tag_relation(True, ('*', 'use_email', '*'), 'subject')
       
    93 
    92 
    94 
    93 # set of tags of the form <action>_on_new on relations. <action> is a
    95 # set of tags of the form <action>_on_new on relations. <action> is a
    94 # schema action (add/update/delete/read), and when such a tag is found
    96 # schema action (add/update/delete/read), and when such a tag is found
    95 # permissions checking is by-passed and supposed to be ok
    97 # permissions checking is by-passed and supposed to be ok
    96 rpermissions_overrides = RelationTagsSet()
    98 rpermissions_overrides = RelationTagsSet()