Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds delete node code snippets to the cheatsheet.md #16

Merged
merged 4 commits into from
Dec 21, 2023

Conversation

Stockfoot
Copy link
Contributor

Description

Related Drupal Issue(s): Add to Cheatsheet: User/User Role can delete a piece of content

This PR adds 2 items to the cheatsheet

  • Delete content from node page
  • Delete content from node edit page

@Stockfoot Stockfoot self-assigned this Dec 1, 2023
@paulsheldrake
Copy link
Contributor

There may be a new support function here... something like

deleteNode($title) {
visit(/admin/content)
search filter for title
click delete in the options
check yes
}

it would require that user have permissions to the content overview page

@thejimbirch thejimbirch merged commit 729e8c3 into main Dec 21, 2023
@thejimbirch thejimbirch deleted the 3402918/drupal branch December 21, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants