- Issue created by @elgandoz
Sometimes, due to various reason, you may need to batch regenerate the alias of the website, either for few un-aliased pages or for all the nodes, due to some alias pattern change.
When using the batch generation offered by
Pathauto →
, (under /admin/config/search/path/update_bulk
) this module should hook into the process to allow the unique alias to be generated when the alias sits on a different domain.
Currently the batch generation creates [non-unique-alias]-0
aliases, unlike what happens while saving the node from the create/edit form.
/admin/config/search/path/update_bulk
with the option "Regenerate URL aliases for all paths" selectedWe could probably implement hook_pathauto_is_alias_reserved()
to intervene in the bulk generation process, by checking if the module is installed and applying the same behaviour if the node belongs to a different domain.
⬜ Discover if solution is viable
⬜ Implementing the solution
⬜ Review & Test it
None
None
None
Active
1.0
Code