Problem/Motivation
The embedded_content module changed the name of its permission from "Use embedded content" to "Administer embedded content"
https://git.drupalcode.org/project/embedded_content/-/commit/c0089c5918e...
So we need to change our permission granting
$editor_role_object->grantPermission('use embedded content');
Steps to reproduce
Install a fresh Sector Alpha 3 release and at drush install time, we get error.
In Role.php line 207:
Adding non-existent permissions to a role is not allowed. The incorrect permissions are "use embedded content".
Proposed resolution
Change "Use embedded content" to "Administer embedded content"
Issue fork sector-3403536
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
stewestComment #5
stewestComment #6
stewestThis has been tested and then merged to the latest 10.0.x-dev