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
minor
#25884
Duplicate indices in `hasWrapperAttValueBaseAssociation` and all derivatives
Association tables for generic reference storage are derived from the table template `hasWrapperAttValueBaseAssociation`. This template declares two indexes, `srcIdx ` and `dstIdx`, to include the reference attribute in the search for references. These indexes are an extension of the auto-generated indexes for the source and dest reference attributes and should therefore replace them rather than being created in addition to them.
Test
- In the database schema, check the indexes of the tables ` HAS_WRAPPER_ATT_VALUE ` and ` HAS_STRUCTURE_CHILD ` to ensure that there are no two indexes that begin with ` BRANCH, DEST_ID ` or ` BRANCH, SOURCE_ID `, respectively.
Data Migration
- Delete the indexes ..._DEST and ..._SOURCE from the tables HAS_WRAPPER_ATT_VALUE and HAS_STRUCTURE_CHILD.
- In the tables HAS_WRAPPER_ATT_VALUE and HAS_STRUCTURE_CHILD, rename the index ..._DST_ID to ..._DEST and rename the index ..._SRC_ID to ..._SOURCE.