10-03-2012 07:04 AM
We've tried this, but didn't work :
<require>org.nuxeo.ecm.platform.actions.ActionService</require>
<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="actions">
<action enable="false" id="summary_current_document_contributors"/>
</extension>
10-10-2012 04:09 PM
Hi,
You're not requiring the right component. Here you want to wait for the default summary actions to be deployed so that they're overriden so you should have:
<require>org.nuxeo.ecm.platform.forms.layouts.webapp.summary</require>
When contribution to an extension point target, requiring the target is useless as it's implicitely required by the deployment framework.
10-10-2012 04:09 PM
Hi,
You're not requiring the right component. Here you want to wait for the default summary actions to be deployed so that they're overriden so you should have:
<require>org.nuxeo.ecm.platform.forms.layouts.webapp.summary</require>
When contribution to an extension point target, requiring the target is useless as it's implicitely required by the deployment framework.
07-14-2014 01:03 PM
I have the same problem, i want to remove icons <action id="DOCUMENT_UPPER_ACTION" enabled="false" />
07-15-2014 11:42 AM
Hi,
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.