web/uicfg.py
changeset 6842 117b53c10d79
parent 6827 e730b401f00e
child 6901 118e78f6e4e4
equal deleted inserted replaced
6824:026581ea2b16 6842:117b53c10d79
   126                 self.setdefault(eschema, 'application')
   126                 self.setdefault(eschema, 'application')
   127 
   127 
   128 indexview_etype_section = InitializableDict(
   128 indexview_etype_section = InitializableDict(
   129     EmailAddress='subobject',
   129     EmailAddress='subobject',
   130     # entity types in the 'system' table by default (managers only)
   130     # entity types in the 'system' table by default (managers only)
       
   131     CWSource='system',
   131     CWUser='system', CWGroup='system',
   132     CWUser='system', CWGroup='system',
   132     CWPermission='system',
   133     CWPermission='system',
   133     CWCache='system',
   134     CWCache='system',
   134     Workflow='system',
   135     Workflow='system',
   135     ExternalUri='system',
   136     ExternalUri='system',