Created
January 12, 2018 13:39
-
-
Save druman/78698b8ab3db2871cc7cd72b7a58eacb to your computer and use it in GitHub Desktop.
Bulk update url alias for unchecked “Generate automatic URL alias” nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) In DB run request: | |
UPDATE `pathauto_state` SET `pathauto`=1 WHERE `entity_type` = 'node' | |
2) Checked /admin/config/search/path/settings Create new alias, delete old | |
3) admin/config/search/path/update_bulk or /admin/content BULK update alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment