Nuxeo widget disable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2017 03:42 AM
Hi :) In domain ,in content Tab i have created a button.If i activate the development mode and point to this button it says it is an Action and gives the id of the action.That's okey for now.Next to the content Tab i have created a new Tab.The problem is that the button is also shown to this new tab,but now with the development mode activated when i point to this button it says it is a Widget and gives the id of the widget.The question is how can I disable this widget .I have searched but i haven't found nothing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2017 07:53 AM
Hi,
I think your new action TAB has the same link than TAB_CONTENT
. This link is document_content.xhtml
template that it contains the subview <ui:include src="/incl/document_actions.xhtml" />
.
One solution might be, update your link xhtml template for the new action tab removing the document_actions.xhtml and button will disappear.
Hope this help.
Regards, VS.
