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