equal
deleted
inserted
replaced
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 |