major
minor
major
minor
If a composition attribute is displayed as a table within a form, no selection markers are rendered in edit mode.
Compositions in a form have their own tl:CompositionFieldProvider. This tl:FieldProvider creates a new tl:TableConfiguration. To do this, an empty TableConfiguration is initialized at the beginning with default values configured in the application configuration (see tl:TableConfigurationFactory$Config#getTableDefaults). For the "_select" column—that is, the column containing the row selection—a renderer is configured to render checkboxes or radio buttons as selection markers. The tl:CompositionFieldProvider then sets a new renderer for each column, thereby overwriting the old configuration.
State without selection markers:
State with selection markers:
Test
Switch the composition table in a form to edit mode. Check whether selection markers are displayed.