md-systems / pathauto

DEPRECATED: Pathauto moved back to drupal.org, use the official repository.
https://www.drupal.org/project/pathauto
29 stars 34 forks source link

Update the source prefix for the forum, node and taxonomy term alias types. #94

Closed chindris closed 8 years ago

chindris commented 8 years ago

The source prefixes were wrong for these entity types (for users it was correct). As a result, the content aliases could not be bulk deleted for example.

Berdir commented 8 years ago

Thanks.

The dynamic logic in the config entity branch should already contain the correct path except for forums. https://github.com/md-systems/pathauto/tree/pattern-config-entities

chindris commented 8 years ago

OK, should I update the code to only fix the forums, or will you also fix them in the config entity branch?

Berdir commented 8 years ago

Merged it for now. We'll have to resolve the conflict when that feature branch is merged back. A test for mass delete would be great, we only have one for bulk generate at the moment.

chindris commented 8 years ago

If there is nobody planned to do the test for mass delete, I can do it, just let me know.

Berdir commented 8 years ago

You're more than welcome to work on that :)