on 2019 Aug 21 10:49 AM
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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.