Allow filtering unpublished blocks with access block library permission
1 unresolved thread
Closes #3395431
Merge request reports
Activity
86 91 } 87 92 } 88 93 94 /** 95 * {@inheritdoc} 96 */ 97 protected function setUpRevisionAuthorization($method) { 98 parent::setUpRevisionAuthorization($method); 99 $this->grantPermissionsToTestedRole(['view any basic block content history']); added 12 commits
-
a6cae5ab...981921d8 - 10 commits from branch
project:11.x
- 1bb87890 - Allow filtering unpublished blocks with access block library permission
- 716a4c1c - Update permissions to cover changes
-
a6cae5ab...981921d8 - 10 commits from branch
Please register or sign in to reply