Problem/Motivation
The "Delete URL Alias" action does not have an entity type specified, which causes it not to work with views bulk operations.
Steps to reproduce
Steps to reproduce
Create a site and install pathauto and views_bulk_operations
Create a view of taxonomy terms and add the "Views Bulk Operations" field
The "Delete URL Alias" action is not listed
Proposed resolution
Update Drupal\pathauto\Plugin\Action\DeleteAction to use a Deriver to create actions for all entity types enabled for pathauto.
See issue https://www.drupal.org/project/pathauto/issues/3204586 for the same with update alias.
Remaining tasks
Use https://www.drupal.org/project/pathauto/issues/3204586 as a modelto build the same for deleting aliasses
Issue fork pathauto-3514448
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sorabh.v6Working on this issue.
Comment #4
sorabh.v6Comment #6
mably commented