major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
enhancement
(User-visible)
- Display of Type and Defining Class for Attributes
- Display the description of TLClassifier (instead of the model metadata), since this is what is presented to the app end-user by default.
- By default, no type icons are displayed for tl:TLClassifier.
- Configuration of custom icons per tl:TLClassifier of a TL:TLEnumeration.
- No separate display of "Type" under "Name" for domain objects; instead, "<Type>: <Name>"
Code Migration
- The API for tl:AbstractTLItemResourceProvider has changed:
- Removed: getTooltipResKey() and getTooltipValues(). Both are directly linked and cannot be overridden separately.
- New: ResKey getTooltipNonNull(Object object) must directly construct the tl:ResKey filled with all arguments.
Test
- No test.