cancel
Showing results for 
Search instead for 
Did you mean: 

Disable adding gadgets

Alice_
Star Contributor
Star Contributor

Is it possible to disable the adding gadgets button in the dashboard? I tried to search some extension point, but I found nothing about it...

1 ACCEPTED ANSWER

Thomas_Roger
Star Contributor
Star Contributor

Hi,

Those actions are currently defined in the xhtml template. To override it and remove the Add gagdet action, you need to override the user_opensocial_dashboard.xhtml template in nuxeo.war/incl/dashboard/ in your own bundle and remove the following line:

<a id="addGadgetButton" href="#{baseURL}site/gadgets?language=#{localeSelector.language}">#{messages['label.opensocial.container.add.gadget']}</a>

View answer in original post

22 REPLIES 22

Thomas_Roger
Star Contributor
Star Contributor

Hi,

Those actions are currently defined in the xhtml template. To override it and remove the Add gagdet action, you need to override the user_opensocial_dashboard.xhtml template in nuxeo.war/incl/dashboard/ in your own bundle and remove the following line:

<a id="addGadgetButton" href="#{baseURL}site/gadgets?language=#{localeSelector.language}">#{messages['label.opensocial.container.add.gadget']}</a>

I tried this way..I modified user_opensocial_dashboard in my bundle, and bind it to the dashboard button with this component

You just need to override the template in your bundle and put the following require in your deployment-fragment.xml to be sure that your template will be deployed after the default one in Nuxeo

It does not want to work even in this way

Any error in your server logs?

No error in server log, but the file is not deployed...I'm going mad, this is a nonsense!

Is there anything in nxserver/nuxeo.war/incl/dashboard/? There should be at least the default xhtml templates of Nuxeo regarding the Dashboard.

Yes,there are the standard templates... the standard user_opensocial_dashboard.xhtml, but not mine...

Can you give us the localization into the eclipse project of this xhtml file?

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.