enhancement
major
minor
defect
minor
#26484
In-app template for grid and tables: Function "Verifier for use as list item" does not get component model
#26885
Constraints on declarative forms with arguments from a container reference lead to errors for new elements
#26922
With generated subject classes, a default provider of an attribute in a non-structure class does not get a create context
defect
minor
#26885
Constraints on declarative forms with arguments from a container reference lead to errors for new elements
On a tl:ConfigurationItem, constraints can be defined on properties that receive arguments calculated via navigation.
If such navigation involves the container property, problems arise when a new tl:ConfigPart is created in the GUI.
In such a case, the system attempts to navigate through the container and add a constraint to the tl:FormField of the "target attribute." Since the ConfigPart is just being created, the container does not yet exist, resulting in a NPE.
Test
No test.