web/uicfg.py
changeset 2968 0e3460341023
parent 2806 9d7173656a1a
parent 2951 d0b77dd27740
child 3072 6fb42c53f6df
equal deleted inserted replaced
2902:dd9f2dd02f85 2968:0e3460341023
   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 class InitializableDict(dict):
   155 class InitializableDict(dict):
   155     def __init__(self, *args, **kwargs):
   156     def __init__(self, *args, **kwargs):
   156         super(InitializableDict, self).__init__(*args, **kwargs)
   157         super(InitializableDict, self).__init__(*args, **kwargs)
   167 
   168 
   168 indexview_etype_section = InitializableDict(EmailAddress='subobject',
   169 indexview_etype_section = InitializableDict(EmailAddress='subobject',
   169                                             CWUser='system',
   170                                             CWUser='system',
   170                                             CWGroup='system',
   171                                             CWGroup='system',
   171                                             CWPermission='system',
   172                                             CWPermission='system',
       
   173                                             BaseTransition='hidden',
   172                                             )
   174                                             )
   173 
   175 
   174 # autoform.AutomaticEntityForm configuration ##################################
   176 # autoform.AutomaticEntityForm configuration ##################################
   175 
   177 
   176 # relations'section (eg primary/secondary/generic/metadata/generated)
   178 # relations'section (eg primary/secondary/generic/metadata/generated)