major
nice-to-have
defect
major
defect
After fields are created in the FormTableModel, they are marked as "unchanged." This cannot be prevented, even if it is undesirable or even harmful.
Code Migration
- com.top_logic.layout.table.model.FieldProviders that call one of the methods field.setValue(), field.setAsSelection(), or field.setAsSingleSelection() in createField must now call field.initializeField(), field.initSelection(), or field.initSingleSelection() instead.
- In places where this migration was overlooked, a CheckChanged query will be triggered when exiting the corresponding tab—even in View mode or if no changes were made
Test
No test.