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

The localization is exactly that.

can you

Ok, I tried... but nothing happens. The dashboard page returns an error (it does not find the template) and in nxserver/nuxeo.war/incl/dashboard/ there isn't my .xhtml ...

Ok so your problem is in your project definition somewhere. The predeployment instruction described in deployment-fragment.xml are not executed.

I performed all of the steps and chacked the rest, but nothing happens...

No relation, not.

Can you tell us a bit more information about this Nuxeo instance that doesn't deploy your ?

It's a nuxeo-5.5-tomcat distribution, I have started the server and configured it with postgreSQL, as I previously said. The rest is a standard configuration. It deployed my other bundles, even the ones with other templates...but not this ones...quite absurd!

Did you install he Document Management module?

Ok deployment-fragment must be in OSGI-INF directory. Can you test that?

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.