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
#26836
StackOverflow due to configuration error: Calculated string attribute returns integer
If you make a mistake in the calculation rule for an attribute that is used in the object's name attribute—which is also calculated—this results in a stack overflow error:
If you calculate a string attribute as an expression and accidentally return a result of type integer (e.g., list.size() instead of list.size().toString()), this causes an error, which in turn generates an error message that attempts to output the object (via its name attribute) and thereby recalculate the incorrect value, which leads back to the error... and so on.
The symptom is: When an attribute configured in this way is displayed at the instance level (e.g., the "Instances" tab in the Model Editor), the thread hangs in an infinite loop.
Test
- TestInvalidNameAttribute