So ever since pathauto_persist was merged in 1.3 if you want to bulk update nodes that have the "Auto URL Alias" unchecked it won't work. Would be good if either that checkbox could be exposed to VBO for bulk re-enabling/disabling auto urls, OR temporarily suspending the verification of that checkbox when doing a bulk update.

Comments

alanpuccinelli created an issue. See original summary.

anybody’s picture

Version: 7.x-1.3 » 8.x-1.x-dev
Related issues: +#3345144: Add an option to disable auto-updating for certain content types

Thank you, this is still the same in Drupal 8 and would be super helpful, if that status could be changed in bulk! :)

mably’s picture

Looks like there is a force option in PathautoGenerator that just needs to be enabled.

// Skip if pathauto processing is disabled.
if ($entity->path->pathauto != PathautoState::CREATE && empty($options['force'])) {
   return NULL;
}
anybody’s picture

Thanks @mably so the task here is to add the UI for the force option.

anybody’s picture

Thanks, definitely yes!

mably’s picture

Status: Active » Closed (duplicate)

Closing as a duplicate of #3068140.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.