How to remove personal workspace

Hi, in my application I do not need the personal workspace. So I want to remove it from the dashboard. I've tested some comments from the mailing lists and the forum, but nothing really worked. I tried to remove all the userworkspace bundles from the platform, but this resulted in exceptions. Then I tried to add the following extension:

<require>org.nuxeo.ecm.platform.actions.ActionService</require>
<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" />
</extension>

Which at least removed the action from the user menu.

But maybe an answer to a more general question will help me. How can I adapt the dashboard in general? I also would like to add a new section in the dashboard where the results of a specific query are shown. I achieved this using the Quicksearch gadget, but I want that this gadget is available by default for all users and that the query text is not displayed.

Thanks, Dirk

1 votes

0 answers

2000 views

ANSWER