enhancement
critical
major
minor
minor
#25907
Layout editor: inconsistent behavior of unfold state, selection and reaction to object creation
#25951
Application tests: CheckLabeledExecutabilityOp fails to assert non-executability of literal ResKey reasons.
#25952
Model Editor: Enum default provider does not work for enum references for which singleton link storage was explicitly selected
#26002
ConfigurationItem-valued properties with format annotations may cause an attempt to create abstract config items when deserializing null values
#26012
Help editor crashes when a user has chosen a language that is not in the supported languages of the application
#26039
Gridcomponent: Display of context menu for new (transient) row object leads to UnsupportedOperationException
#26085
An attribute of type tl.model.search:Expr is not displayed in the form above a TL script editor
#26111
Context menu commands for table rows are erroneously executed on the table model when opening the context menu in the background of the table
#26153
Migration: Replay fails if string values with line breaks are contained in the dataset where a line ends with a semicolon
#26171
A TL script expression entered in a wizard template is reformatted when transferred to the final template
#26223
TL script: Under unfavorable conditions wrong parameter values when evaluating local functions
defect
- If an enum or classifier is created in-app, the following names are missing from the "Constraints" dialog:
- If the enum name is empty or ends with a '.', an error will appear in the log.
- If the name contains a space or is completely empty " ", no error occurs. This is probably not a good idea.
- If the classifier name is empty, a KB error occurs.
- If the name ends with a '.', an error occurs and the GUI breaks completely.
- Furthermore, errors occur when a classifier is deleted and then a new one is created. In such a case, the classifier index is not updated.
- If a module is created with a "." at the end, errors occur
Solution
- The name of an enum and a classifier must follow the pattern [a-zA-Z_\-](\.?[a-zA-Z_\-0-9])*. '.' is still required for historical reasons. The name of an enum must not be changed after creation.
- After an enum is modified, the classifier index is updated.
- The name of a module must conform to the pattern [a-zA-Z_\-](\.?[a-zA-Z_\-0-9])*. The name of a module may not be changed after creation.
Test
TestEnumerationCreation.script.xml or
- Create an enum in the app
- Expectation: The name must not, for example, be empty or end with a period.
- Create a classification
- Expectation: The name must not be empty or end with a period, for example.
- The names of the created enumerations and classifications must no longer be editable.
- Create a module in the app
- Expectation: The name must not, for example, be empty or end with a period.
- The name of the created module must no longer be editable.