Skip to Content
0
Jun 25, 2020 at 10:26 AM

How to rename OOTB perspective in Hybris ?

89 Views Last edit Jun 25, 2020 at 12:52 PM 2 rev

I have a requirement where we are using OOTB Data Hub perspective and I need to rename it to Data Upload. I tried adding different code snippets in my custombackoffice-babckoffice-widgets.xml file. But none of the approaches are working for me. It's not renaming the perspective.

PFB the code snippets I tried adding :

1) <widget id="datahubBackofficePerspective" widgetDefinitionId="com.hybris.cockpitng.borderlayout" slotId="perspectives" title="Data Upload" template="false"> </widget>

2) <widget-extension widgetId="datahubBackofficePerspective" access="supplierportalvendorrole,supplierportalmanagerrole"> <setting key="title" type="String">Data Upload</setting>

</widget-extension>

Any help on this will be highly appreciated, Thanks