cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable personal workspace

patrek
Star Contributor
Star Contributor

Is it possible to disable the "personal workspace" in DM?

If so, how?

Thanks.

Patrick

1 ACCEPTED ANSWER

bruce_Grant
Elite Collaborator
Elite Collaborator

Yes, it's possible through an Action contribution. If you want to disable (hide) for everyone then a contribution like follows will work, otherwise if you want enabled for some use a filter to control who does/does not have access. Since you'll be overriding an existing contribution make sure to include required statements in your contribution.

<require>org.nuxeo.ecm.platform.userworkspace.actions</require>
<extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions">
    <action id="SHOW_PERSONAL_WORKSPACE" enabled="false" />
    :

View answer in original post

1 REPLY 1

bruce_Grant
Elite Collaborator
Elite Collaborator

Yes, it's possible through an Action contribution. If you want to disable (hide) for everyone then a contribution like follows will work, otherwise if you want enabled for some use a filter to control who does/does not have access. Since you'll be overriding an existing contribution make sure to include required statements in your contribution.

<require>org.nuxeo.ecm.platform.userworkspace.actions</require>
<extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions">
    <action id="SHOW_PERSONAL_WORKSPACE" enabled="false" />
    :
Getting started

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.