- Issue created by @JasonLuttrell
- 🇺🇸United States JasonLuttrell Washington, DC area
Note that the current patches also have no effect: #3284891-9 and #3125970-7.
Using Drupal 9.5.3 and Drush 11.4.0. I get a response from the command line, but no action is taken:
% drush dadu
Are you sure you want to delete the users? (yes/no) [yes]:
> yes
> [notice] Message: Deleted 0 users.
>
% drush dadc
Are you sure you want to delete the nodes? (yes/no) [yes]:
> yes
> [notice] Message: Deleted 0 nodes.
>
It would be nice to use the Drush command but, FWIW, I can work around this as the admin pages perform the equivalent functionality:
* Batch Delete Content (/admin/content/delete_content)
* Batch Delete Account (/admin/people/delete_people)
Active
3.0
Code
Note that the current patches also have no effect: #3284891-9 and #3125970-7.