Bugfix
In the "attribute-setting "s, `ColumnConfig`s can be stored for config-type`s. These are only evaluated for the target type of an attribute, i.e. if a `config-type is annotated to an attribute, the configured column-info is ignored.
Improvement
The following priority should apply to `ColumnConfig`s:
- If a ColumnConfig is configured on the attribute via TLColumnInfo, this is used.
- If a config-type is configured on the attribute, the ColumnInfo configured there is applied.
- The ColumnInfo of the `type` of the attribute is applied.
Test
No test