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

In backoffice values are not rendered properly , it is coming twice after rendering

Former Member
0 Likes
377

In Backoffice we are getting issues with values are not rendered properly or distorted. Those values are rendered twice in the view.Please find the attached screenshot. We are using Hybris version 6.5.9.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Pratima,

Display of PaymentMode is configured in platformbackoffice-backoffice-config.xml.

 <context type="PaymentMode" component="base" merge-by="type" parent="GenericItem">
     <y:base>
         <y:labels>
             <y:label>name != null ? name + '['+ code+ ']' : code</y:label>
         </y:labels>
     </y:base>
 </context>

If you want to change the PaymentMode display, then you can override above piece of code in your custom backoffice extension.