Currently when we create a new Config Role Split configuration, export it, and deploy it, then it takes 2 consecutive drush cim
imports for the permissions to be updated.
drush cex
.drush config-split:export myenv
.drush cim
.Result: Only the config role split configuration is imported, but the permissions are not yet updated. Only when a second drush cim
command is executed, the permissions are updated successfully.
This behavior is expected in some way. Config Role Split cannot update permissions if its config is not yet present. A possible solution could be to somehow trigger a second config import once the first is completed and we detect that changes have been made to the config_role_split configuration.
Another probably better solution could be to just document this behavior clearly.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.