cancel
Showing results for 
Search instead for 
Did you mean: 

WCEM Catalog Tree Issue

Former Member
0 Kudos

Hi,

We're running WCEM 2.0 and I noticed an issue when you hover over the catalog tree.  Instead of showing the product its showing us the catalog level + product name.

Here is the example below when the mouse hovers over the Product "Cat".  The title comes back as "level 1 treeitem Cat".  This seems to be a MDM issue and not a bug in the code.

How can I fix this issue so that it shows the correct catalog name?

Thank you for your help!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jolly,

In the standard catalogTreeView.xhtml line 34 the hover value  is valued with the "title". If you have extend your catalog  module (part Ui), you can modify the line as such from

 

<wec:internalLink id="ilIc" styleClass="fw-tree-arrow" rendered="#{n.isNotLeaf}" target="#{cc.attrs.target}" params="#{n.paramsIcon}" title="treeitem level #{n.a11yLevel} #{n.description}" onkeydown="com.sap.wec.tree.treeKeyDown(this,event,false)">

Change it to

title="#{n.description}"

I hope this helps.

Vincent

Former Member
0 Kudos

Hi,

This issue is not observed when you use category mode. Also, try to fill description of every node in catalog tree in MDM

thanks,

-tarun

Answers (0)