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
Currently, when generating the wrapper, you must specify the languages for which translations are to be generated. The tool can automatically determine from the configuration which languages the application supports and generate translations for those languages.
Code Migration
- If the exact languages of the application are specified in launch configurations for generating wrappers, this entry can be removed.
- If the -languages attribute is not specified in launch configurations for generating wrappers, -languages "" must now be added to ensure that no I18N is generated.
Test
- Add an attribute to "DemoTypes.model.xml" and run the " Generate Java Binding (tl-demo) " launch configuration.
- Expected result: A dummy translation for the new attribute is added.