-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #2264 Migrate path aliases for nodes if they exist, otherwise turn on Pathauto. #2281
Merged
Conversation
This file contains 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
I'm going to try this
|
The above didn't work, but the following does.
When path alias DOES NOT EXIST on source site.
When a path alias EXISTS on source site.
Other things to consider: Default value is set to |
trackleft
changed the title
Initial fix for path alias
Migrate path aliases for nodes if they exist, otherwise turn on pathauto.
Mar 9, 2023
trackleft
changed the title
Migrate path aliases for nodes if they exist, otherwise turn on pathauto.
Closes #2264 Migrate path aliases for nodes if they exist, otherwise turn on pathauto.
Mar 9, 2023
trackleft
changed the title
Closes #2264 Migrate path aliases for nodes if they exist, otherwise turn on pathauto.
Closes #2264 Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Mar 9, 2023
trackleft
added
bug
Something isn't working
migration
Related to the D7 to D9 migration
patch release
Issues to be included in the next patch release
labels
Mar 9, 2023
trackleft
changed the title
Closes #2264 Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Fixes #2264 Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Mar 9, 2023
joeparsons
reviewed
Mar 10, 2023
joeparsons
previously approved these changes
Mar 10, 2023
trackleft
changed the title
Fixes #2264 Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Mar 10, 2023
joeparsons
changed the title
Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Closes #2264 Migrate path aliases for nodes if they exist, otherwise turn on Pathauto.
Mar 15, 2023
joeparsons
approved these changes
Mar 15, 2023
trackleft
added
the
backport
Changes to be back-ported to previous minor release branch
label
Mar 15, 2023
bberndt-uaz
approved these changes
Mar 28, 2023
tadean
approved these changes
Mar 29, 2023
trackleft
added a commit
that referenced
this pull request
Apr 3, 2023
…turn on Pathauto. (#2281) Co-authored-by: Joe Parsons <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
Changes to be back-ported to previous minor release branch
bug
Something isn't working
migration
Related to the D7 to D9 migration
patch release
Issues to be included in the next patch release
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR checks the alias field for nodes on the source site during a migration, and determines whether to turn on Pathauto or not, on a node by node basis.
Related issues
Closes #2264
How to test
Run az_migration
See paths migrated, or Pathauto turned on.
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist