#3412420 - Remove "access block library" requirement fro block_content create.
1 unresolved thread
Open
requested to merge issue/drupal-3412420:3412420-blockcontentaccesscontrolhandler-requires-access into 11.x
1 unresolved thread
Closes #3412420
Merge request reports
Activity
added 522 commits
-
b00fcb31...0efb1513 - 520 commits from branch
project:11.x
- c1bdbf05 - #3412420 - Remove "access block library" requirement fro block_content create.
- f52a9d78 - Solving test failed cases
-
b00fcb31...0efb1513 - 520 commits from branch
107 107 protected function checkCreateAccess(AccountInterface $account, array $context, $entity_bundle = NULL) { 108 108 return AccessResult::allowedIfHasPermissions($account, [ 109 109 'create ' . $entity_bundle . ' block content', 110 'access block library',
Please register or sign in to reply