We have 'Administrator' role set to default 'administrator' role on a D7 install.
After installing Webform module, the "Webform: _____ content" permissions are not assigned to the administrator role. Other modules appear to be working as expected. I have verified that this occurred on two sites, but have not had opportunity to replicate or debug further.
The Webform module permissions are correctly assigned; it's only the Node module permissions for Webform content type which are not.
Probably not an issue with discernable side-effects as the administrator role typically has "administer content" anyway :)
Comments
Comment #1
quicksketchHm, Webform module itself does nothing to provide nor modify those permissions. Perhaps it's an issue because the "webform" content type is created as part of hook_install()? Maybe there's some way we can trigger the admin role to discover the new permissions.
Comment #2
David_Rothstein commentedPretty sure this is a Drupal core bug - see #787152: Dynamic permissions cannot be automatically assigned to or removed from roles.