intermine / bluegenes

A friendly next-generation interface for Genomic data discovery powered by InterMine
http://bluegenes.apps.intermine.org
Other
76 stars 56 forks source link

Hide sections on homepage not working #841

Closed hendrikweisser closed 1 year ago

hendrikweisser commented 1 year ago

Following the instructions here: http://intermine.org/im-docs/docs/webapp/homepage/index#removing-sections-from-the-home-page

I've added the following to my [mine]/webapp/src/main/webapp/WEB-INF/web.properties file:

bluegenes.homepage.hideMineSelector = true
bluegenes.homepage.hideFeedback = true
bluegenes.homepage.hideCredits = true

However, these settings seem to have no effect - the corresponding sections still appear on the homepage (after reploying the web app using gradlew cargoRedeployRemote).

(On the other hand, changes to the branding options in the same file, e.g. branding.images.logo, do take effect.)

hendrikweisser commented 1 year ago

It works after updating to a newer InterMine version (from 5.0.3 to 5.1.0 in my case).