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?
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
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.