10-31-2011 12:20 PM
I need to remove the HiddenInNavigation
facet from the UserWorkspacesRoot
document type. How do I do that?
I have tried with this:
<extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
<doctype name="UserWorkspacesRoot" extends="Folder">
<facet name="SuperSpace"/>
</doctype>
</extension>
11-07-2011 11:44 AM
It's currently not possible to remove facets from types from a contribution, as we've never had the use case for it.
Why do you want to do that?
11-07-2011 11:44 AM
It's currently not possible to remove facets from types from a contribution, as we've never had the use case for it.
Why do you want to do that?
11-07-2011 12:04 PM
Just as it is stated in the question, I need to be able to see the UserWorkspaces in the Navigation tree.
09-07-2020 05:15 AM
Nuxeo does have now an automation operation Document.RemoveFacet
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.