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

REPLACE listConfigContext inside compare-view for an editor

Former Member
392

Hello experts,

currently I'm using the editor-area config for my compare-view in the cockpitng for hybris 1808. When I'm trying to replace one editor config (I want to configure the listConfigContext) but apparently inside the sectionrenderer when I'm expanding the section there is one parameter inside but name and value is null. When I'm not replacing the editor configuration, the configuration from the editor for the qualifier "cavokMedias" is beeing used.

  <com:section name="hmc.tab.productCavokMedia">
      <com:attribute qualifier="cavokMedias"  editor="com.hybris.cockpitng.editor.extendedmultireferenceeditor" merge-mode="REPLACE">
                     <com:parameter>
                         <com:name>listConfigContext</com:name>
                         <com:value>cavokMediasCompareViewListView</com:value>
                     </com:parameter>
                 </com:attribute>
             </com:section>

Any idea how this is happening? Is the compare-view not able to take attributes like that?

Cheers, Daniel

Accepted Solutions (0)

Answers (0)

Ask a Question