Details
-
Bug
-
Resolution: Done
-
P2: Important
-
0.1
-
None
-
ed02be4d99442a395e9e10db666d1efba68310cd
Description
Validate property values against their types.
Product { property stringList lst: "gnampf" name: lst.contains("gnampf") ? "MeinGnampf" : "KeinGnampf" }
The property lst must be automatically converted to [string] or we must yield an error.