web/uicfg.py
branch3.5
changeset 2951 d0b77dd27740
parent 2705 30bcdbd92820
child 2968 0e3460341023
child 3071 6ad4e6d4df86
equal deleted inserted replaced
2950:643570a7770f 2951:d0b77dd27740
   147 # index view configuration ####################################################
   147 # index view configuration ####################################################
   148 # entity type section in the index/manage page. May be one of
   148 # entity type section in the index/manage page. May be one of
   149 # * 'application'
   149 # * 'application'
   150 # * 'system'
   150 # * 'system'
   151 # * 'schema'
   151 # * 'schema'
       
   152 # * 'hidden'
   152 # * 'subobject' (not displayed by default)
   153 # * 'subobject' (not displayed by default)
   153 
   154 
   154 indexview_etype_section = {'EmailAddress': 'subobject',
   155 indexview_etype_section = {'EmailAddress': 'subobject',
   155                            'CWUser': 'system',
   156                            'CWUser': 'system',
   156                            'CWGroup': 'system',
   157                            'CWGroup': 'system',
   157                            'CWPermission': 'system',
   158                            'CWPermission': 'system',
       
   159                            'BaseTransition': 'hidden',
   158                            }
   160                            }
   159 
   161 
   160 
   162 
   161 # autoform.AutomaticEntityForm configuration ##################################
   163 # autoform.AutomaticEntityForm configuration ##################################
   162 
   164