cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Instead of Seach and Navigation it shows hmc.solarfacetsearch in backoffice

Former Member
0 Likes
205

Instead of Seach and Navigation it shows hmc.solarfacetsearch in backoffice under system menu.

Accepted Solutions (0)

Answers (1)

Answers (1)

arvind-kumar_avinash
Active Contributor
0 Likes

Please create a new extension e.g. myboext based on ybackoffice extension template (if you already have a custom extension based on ybackoffice, you can use that). Add the following property to hybris/bin/custom/myboext/resources/myboext-backoffice-labels/labels_en.properties

 hmc.solarfacetsearch=Seach and Navigation

Add myboext to the localextensions.xml, rebuild ( ant ) and start the server. Please note that it does not require system update.

If you want to avoid rebuilding and restarting the server everytime to load backoffice changes, you can set backoffice.cockpitng.development.mode=true in the local.properties and you just need to restart the server only once to reload this property (i.e. backoffice.cockpitng.development.mode=true ). After that, you do not even need to restart the server to Reset Everything or Reload localization labels or Redeploy backoffice extensions; you will be able to do all these right from the buttons at the top in backoffice.

arvind-kumar_avinash
Active Contributor
0 Likes

Hi - it has worked for me and I hope it should work for you as well. I would like to hear your feedback.