- Issue created by @capellic
I received the following error when trying save the permissions page (/admin/people/permissions) or a text format configuration page:
RuntimeException: Adding non-existent permissions to a role is not allowed. The incorrect permissions are "access_unpublished node blog_post". in Drupal\user\Entity\Role->calculateDependencies() (line 207 of /app/web/core/modules/user/src/Entity/Role.php).
I believe this is because I deleted the `blog_post` Content Type.
Active
2.0
Code