- Issue created by @Summit
- Merge request !95Issue #3514448: Added "Delete URL Alias" action for views_bulk_operations → (Open) created by sorabh.v6
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
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
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
🐛
"Update URL Alias" action is only available for nodes + users and does not work with views_bulk_operations
Needs review
for the same with update alias.
Use https://www.drupal.org/project/pathauto/issues/3204586 🐛 "Update URL Alias" action is only available for nodes + users and does not work with views_bulk_operations Needs review as a modelto build the same for deleting aliasses
Active
1.0
Code