web/uicfg.py
branchtls-sprint
changeset 1631 8370be19afd7
parent 1604 fd943737d630
child 1721 694f6a50e138
equal deleted inserted replaced
1630:41aadba8b29f 1631:8370be19afd7
    50               'in_state', 'wf_info_for', 'require_permission',
    50               'in_state', 'wf_info_for', 'require_permission',
    51               'from_entity', 'to_entity',
    51               'from_entity', 'to_entity',
    52               'see_also'):
    52               'see_also'):
    53     rdisplay.tag_relation({}, ('*', rtype, '*'), 'subject')
    53     rdisplay.tag_relation({}, ('*', rtype, '*'), 'subject')
    54     rdisplay.tag_relation({}, ('*', rtype, '*'), 'object')
    54     rdisplay.tag_relation({}, ('*', rtype, '*'), 'object')
       
    55 
       
    56 
       
    57 # index view configuration ####################################################
       
    58 # entity type category in the index/manage page. May be one of
       
    59 # * 'application'
       
    60 # * 'system'
       
    61 # * 'schema'
       
    62 # * 'subobject' (not displayed by default)
       
    63 
       
    64 etypecat = {'EmailAddress': 'subobject'}
    55 
    65 
    56 
    66 
    57 # autoform.AutomaticEntityForm configuration ##################################
    67 # autoform.AutomaticEntityForm configuration ##################################
    58 
    68 
    59 # relations'category (eg primary/secondary/generic/metadata/generated)
    69 # relations'category (eg primary/secondary/generic/metadata/generated)