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.
defect
Automatic data migration consists, among other things, of a series of SQL processors that adapt the database schema, the stored schema, and the data even before automatic schema migration and automatic model migration are executed, if applicable.
If such a processor attempts to parse a configuration file stored in the database, that processor must be delayed because subsequent migrations may apply code migrations to the stored configuration files, without which these files (from new code versions) cannot be parsed (anymore).
API Change
New method com.top_logic.knowledge.service.migration.MigrationProcessor.isDeferred(). Returning true defers execution until all other SQL migrations have been executed.
Test
- /test-app-7-4-0 in combination with Ticket #26933.