how to hide doc types in the create document dialog from web-ui

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 11:19 AM
To hide doc types in the create document dialog in JSF-UI the follows contribution works fine but not in the WEB-UI:
<component name="my.component" version="1.0.0">
<require>org.nuxeo.ecm.platform.types</require>
<extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
<type id="Note" remove="true"/>
</extension>
</component>
Any suggest on how to do it in web-ui?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 02:52 PM
Hello,
Do you have any business logic? Like "Users from Group A can create this doctype" ? If not, playing with allowed children types and parent types would make the job
Regards
