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
major
#26158
Transaction with input: reset form, easy access to context in option providers
- On the second call, the form values from the last call are still present. This might be desirable, but only as an option. By default, the input values should be reset.
To make it easy to access the context in option providers of the form model, tContainer() should return the component model, as is also the case with Create dialogs.- This is already the case.
- The "Form Type" option in the template must be required; otherwise, the layout will break afterward.
- The image entered in the wizard template is incorrectly included in the layout as a “Disabled Image.”
Even with the "Retain Input Values" option, the initializer might still want to explicitly reset individual values to zero. This does not seem to work for mandatory attributes.- This will not be investigated further; the form is always reset.
Test
- The "Transaction" test view in tl-demo has been extended to include "Technical Demo:Components:Transaction".
- /com.top_logic.demo/src/test/com/top_logic/demo/scripted/layout/transaction/TestCustomTransaction.script.xml