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
enhancement
minor
#26221
Environment variable tl_storage_dir also for start from development environment
/com.top_logic/webapp/WEB-INF/conf/devel-appdata.xml defines STORAGE_DIR as file://./tmp/app-data, without the value being overridden by a launch config. The use of the environment variable tl_storage_dir from the original definition file top-logic.xml "` <entry name="%STORAGE_DIR%" value="${env:tl_storage_dir:WEB-INF/app-data}" />`" is thereby deprecated.
Improvement
Also use the tl_storage_dir environment variable when launching from the development environment to configure the storage in a launch config. This is necessary if multiple versions of the applications are to be launched with different storage locations.
Test
- Launch the app with the setting -Dtl_storage_dir=file://./tmp/app-data-2. The transaction data must then be stored in the app-data-2 directory.