- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2020 05:15 AM
Nuxeo does have now an automation operation Document.RemoveFacet
