Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -118,11 +118,11 @@ public function testNodeAccess() {
'type' => 'page',
'uid' => $web_user7->id(),
'body' => [
[
[
'value' => $this->randomMachineName(32),
'format' => filter_default_format(),
],
],
],
'title' => $this->randomMachineName(8),
]);
Loading