- 🇳🇱Netherlands cleverhoods
Added patch file for people who are using drush.make or composer for project dependency handling.
If a permissions is exported to the master feature, it can be imported on a database/codebase where this permission is not valid (eg: module does not exist, node type does not exist.). It will be imported to the "role_permission" table. Import (revert) will fail with an error:
exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null'
After the import, the permission will not be removed when exporting (update) the master feature. Only the "$roles" array will be emptied.
add extra check before executing user_role_change_permissions?
Active
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Added patch file for people who are using drush.make or composer for project dependency handling.