Avoid cache redirect error in NodeAccessControlHandler.
1 unresolved thread
Merge request reports
Activity
added 46 commits
-
38bd4351...a1026cc9 - 45 commits from branch
project:11.x
- 6297a898 - Avoid cache redirect error in NodeAccessControlHandler.
-
38bd4351...a1026cc9 - 45 commits from branch
added 2 commits
22 */ 23 protected $defaultTheme = 'stark'; 24 25 /** 26 * {@inheritdoc} 27 */ 28 protected function setUp(): void { 29 parent::setUp(); 30 31 node_access_rebuild(); 32 } 33 34 /** 35 * Ensures that node access checks don't cause cache redirect warnings. 36 * 37 * @covers Drupal\node\src\NodeAccessControlHandler - Edited by Eric Smith
changed this line in version 4 of the diff
added 1 commit
- f07f9f86 - Resolve code quality error "@covers value...
added 1 commit
- 5e73b4e1 - Assert that a 200 response is returned and add explanation for why we repeat...
added 8 commits
-
5e73b4e1...30402dc3 - 3 commits from branch
project:11.x
- 1f5b097c - Avoid cache redirect error in NodeAccessControlHandler.
- 761bbd48 - Remove @todo-ish comment.
- 4980eb51 - Add additional comments and some assertions.
- 6511701f - Resolve code quality error "@covers value...
- b00cbac2 - Assert that a 200 response is returned and add explanation for why we repeat...
Toggle commit list-
5e73b4e1...30402dc3 - 3 commits from branch
Please register or sign in to reply