Skip to content
Snippets Groups Projects

Issue #2886569: Show disabled Published checkbox when user doesnt have access

Open Issue #2886569: Show disabled Published checkbox when user doesnt have access
1 unresolved thread
Open Adam Bramley requested to merge issue/drupal-2886569:2886569-users-with-just into 11.x
1 unresolved thread

Closes #2886569

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Metrics reports are loading
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
102 102 $this->fail('Test node was not saved correctly.');
103 103 }
104 104
105 // Ensure the status field is not visible for a user without administer
106 // nodes.
107 $this->drupalLogin($this->createUser([
108 'create moderated_content content',
109 ]));
110 $this->drupalGet('node/add/moderated_content');
111 $this->assertSession()->statusCodeEquals(200);
112 $this->assertSession()->fieldNotExists('Published');
Please register or sign in to reply
Loading