major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
(User-visible)
minor
#25815
Eine konfigurierte Liste von Aufzählungen wird als Eingabefeld statt Auswahlfeld dargestellt
A configured enumeration {{{#!java MyEnum getMyEnum(); }}} is displayed as a drop-down list, where the options are automatically calculated from the typed configuration.
However, a configured **list** of enums {{{#!java List<MyEnum> getMyEnums(); }}} (with an appropriate @Format annotation) is displayed as an input field instead of a drop-down list.
Test
You can test this in the demo under Technical Demo > Layout Framework#1 > Forms > Declarative Form Definition in the group “Objects with Selection.” The test is passed if both of the following are true:
- the Enum property is a drop-down list;
- the “Enums” property is a selection field.