enhancement
The grid.xml file needs to be modified:
- The namePrefix parameter may be left empty, as the new layouts allow this.
- An optional `showTechnicalColumn ` parameter has been added, mirroring the configuration of the ` GridComponent`.
- Configuration for the width of the " technical " column is no longer necessary, as the width is now determined in the code.
- The name of the "Name" column can be configured using the ` nameColumn` parameter.
- The createAttributedGrid button is assigned to the create clique and the Create group.
The gridWithDetail.xml file must be updated:
- The ` namePrefix ` parameter may be left empty.
- Configuration of the dialogs should allow not only the addition of new dialogs but also the overriding of the default editAttributedDetail.xml edit dialog.
- An optional ` editSecurityProvider ` parameter for the edit dialog’s security is added.
Test
Refactoring: No test.
Code Migration
Overrides of ` gridWithDetail.xml ` and ` grid.xml ` should be adjusted as described above.