Hello!
I found a solution.
To hide the clipboard tab or worklist tab, create a
extension point :
<extension
target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService
"
point="list">
<documentsList name="CLIPBOARD" enabled="false"/> :
clipboard tab
<documentsList name="DEFAULT" enabled="false"/>
: worklist tab
</extension>
To hide the view clipboard , create a extension point :
<extension target="org.nuxeo.theme.services.ThemeService"
point="views">
<view name="nuxeo5 clip board"
template-engine="jsf-facelets">
<format-type>widget</format-type>
<template>incl/empty.xhtml</template>
</view>
</extension>
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/