Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

added serialization value to icon enum properties #12928

Closed nkylstad closed 4 weeks ago

nkylstad commented 4 weeks ago

Description

Icon property expects a lowercase property. However, the enum for IconType defines the icon types with uppercase. A [EnumMember(value =...)] annotation is needed so that the enum properties serialize with the correct case.

Related Issue(s)

Verification