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

Command icon 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

summit created an issue. See original summary.

sorabh.v6’s picture

Assigned: Unassigned » sorabh.v6

Working on this issue.

sorabh.v6’s picture

Assigned: sorabh.v6 » Unassigned
Status: Active » Needs review

mably made their first commit to this issue’s fork.

mably’s picture

Category: Bug report » Feature request