- πΊπΈUnited States Chris Burge
If you need permissions managed by Features, check out: https://www.drupal.org/project/features_permissions β
By default in Drupal core, user permissions are not exported separately but rather are bundled with user roles; each role is exported with all the permissions it contains.
This bundling is a barrier for generating independent and interoperable features. For example, a user role 'contributor' might need permissions for various content types, each of which should be in a separate feature.
EDIT: If you are reading this and want permissions to not be stripped out. It is now a configuration setting. Features > Configure Bundles (tab) > Alter (Configure Operation) > Uncheck "Strip out user permissions." This was fixed in #2599278: Move export processing to a configurable plugin β .
Closed: won't fix
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If you need permissions managed by Features, check out: https://www.drupal.org/project/features_permissions β