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

Change label for base component in backoffice

Former Member
0 Likes
2,227

I have to change the visibility of an attribute in backoffice.

I try to change it using the following configuration in my backoffice extension:

     <y:base xmlns:y="http://www.hybris.com/cockpit/config/hybris">
         <y:labels>
             <y:label>code+ ' - ' +description</y:label>
         </y:labels>
     </y:base>
 </context>

But it does not work. I have attached more information about it.

link text

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes

Please try the following code:

 <context merge-by="type" parent="GenericItem" type="TyMarcaVehi" component="base" module="platformbackoffice">
     <y:base xmlns:y="http://www.hybris.com/cockpit/config/hybris">
         <y:labels>
             <y:label>code+'-'+description</y:label>
         </y:labels>
     </y:base>
 </context>
arvind-kumar_avinash
Active Contributor
0 Likes

Hi - did it work for you?

Former Member
0 Likes

Hi, yes, it's working now.

Thank you, Best regards

arvind-kumar_avinash
Active Contributor
0 Likes

Great! You are most welcome.

Answers (0)