cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove a widget to the default summary layout Nuxeo 5.6 ?

ITassas_
Champ on-the-rise
Champ on-the-rise

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>
1 ACCEPTED ANSWER

Anahide_Tchertc
Elite Collaborator
Elite Collaborator

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.

View answer in original post

3 REPLIES 3

Anahide_Tchertc
Elite Collaborator
Elite Collaborator

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.

I have the same problem, i want to remove icons <action id="DOCUMENT_UPPER_ACTION" enabled="false" />

Hi,

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.