cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to override Category localisation label property on extended itemType

Former Member
0 Kudos

Hi

I have extended the Category itemType with an itemType called MyCategory. I have defined a new deployment table for MyCategory and I have defined some new attributes.

In the myext-locales_en.properties I have put

 type.supplier.code.name=Test Code Name
 type.supplier.code.description=Test Code Name Description
 type.supplier.name.name=Test Name Name
 type.supplier.name.description=Test Name Description

Also in backoffice config file I have defined

 <context type="MyCategory" component="listview">
     <list:list-view xmlns:list="http://www.hybris.com/cockpitng/component/listView">
         <list:column qualifier="code"/>
         <list:column qualifier="name"/>
         <list:column qualifier="catalogVersion"/>
     </list:list-view>
 </context>

The Attributes code and name are inherited from Category item to MyCategory. As a result I was expecting to see the Category labels in the list view overriden with the ones that I have defined in my myext-locales_en.properties file but instead I get "Identifier" for "code" and "Name" for "name" fields which are the defaults from catalog-locales_en.properties. I have also tried the redeclare option for code and name but no luck.

How is it possible to override those labels?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member469962
Contributor
0 Kudos
Former Member
0 Kudos

HI Did you run the system update will localize option selected?

Former Member
0 Kudos

Did you ever get this sorted? I stumble upon this issue every now and then and would really like to find a way to be able to have different labels for inherited attributes for different types...