cancel
Showing results for 
Search instead for 
Did you mean: 

Enumtype icon field cleared with system update

former_member624549
Participant
0 Kudos

looks like a bug see comments below

Hybris Version 6.7.18

We delcare a enumtype as follows in items.xml

<enumtype code="PerformanceClass" dynamic="true">
    <value code="X"/>
    <value code="B"/>
    <value code="F"/>
</enumtype>

then we add a icon via impex.

After a ant updatesystem the icons are null!? How can we prevent this?

geffchang
Active Contributor
0 Kudos

By default, autocreate and generate are true. So, this should not be necessary.

geffchang
Active Contributor
0 Kudos

How does the icon relate to the enumtype? I'm not sure if enum has an icon. Could you share a screenshot?

former_member624549
Participant
0 Kudos

checkout PaymentStatus. It's declared the same way

former_member624549
Participant
0 Kudos

just checked with the PaymentStatus. It looks like this is a bug!

  • added a icon to the standard values (the ones in items.xml)
  • created a new enum value and set a icon
  • update system
  • the icon on the newly created enum is still there
  • the icon on the standard enum value is gone -> bug

Do you know where I can report a bug? Though I doubt it will be fixed in my version.

Accepted Solutions (0)

Answers (0)