Custom elements are not assigned to user groups during Contao 4.9 migration
dmolineus opened this issue · 2 comments
dmolineus commented
When I update a Contao 4.4 project the CeAccessMigration
of Contao assigns all existing elements/module to every user group. This works but not for rocksolid custom elements. They are ignored. It looks like that the config is not processed in the install tool/migration command.
contao-rocksolid-custom-elements/src/CustomElements.php
Lines 1072 to 1087 in a535e3e
I'm not sure if the issue occurs in the install tool and migration command, or only in one of this cases.
ausi commented
Does the issue get resolved if you remove the following lines?
contao-rocksolid-custom-elements/src/CustomElements.php
Lines 1074 to 1091 in a535e3e