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

Enum icon removed on system update

former_member570877
Participant
0 Kudos
300

Hi,

We have a enum type which has icon associated with each value. For example:

<enumtype code="CountryCode">
  <value code="au"/>
</enumtype> 

Now we have added icon for each value using impex:

$version = Staged         
$contentCatalog = dummyContentCatalog         
$contentCV = catalogVersion(CatalogVersion.catalog(Catalog.id[default = $contentCatalog]), CatalogVersion.version[default = $version])[default = $contentCatalog:$version]         
$lang = en
UPDATE CountryCode ; code[unique = true] ; name[lang = $lang]  ; icon(code, $contentCV) ; 
                   ; au                  ; Australia           ; flag_icon_au 

But the icons value disappear when we run the System update by selecting 'update running system'.

Is there any way to resolve this. I don't want to select project/essential data as there are many others impexes added there.

Thanks in advance.

Regards, Vikram

Accepted Solutions (0)

Answers (0)