-
Notifications
You must be signed in to change notification settings - Fork 10
set nfd_migrate_site to false #831
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
base: trunk
Are you sure you want to change the base?
Conversation
arunshenoy99
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! @geckod22 moving this to QA.
arunshenoy99
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wpalani this has been tested and looks good to go. Can we get it merged and tagged into a release? It needs to go along with https://github.com/newfold-labs/wp-module-migration/pull/158, so we’ll need to coordinate on that. Thanks!
|
@geckod22 looks like there's a merge conflict, can you resolve that? Also you don't have to commit build files as this is handled by the release workflow. |
|
@wpalani should be fine now. Let me know. |
Proposed changes
This PR aim to set the nfd_migration_site option to false once onboarding module run the first migration url step. This PR need to go with newfold-labs/wp-module-migration#158 that manage the dynamic sso onborading redirect for migration based on brand.
A customer start a Website Transfer from MFE, the option nfd_migration_site is set to true, then by sso url magic link the customer is redirected to the onboarding page for migration process. The migration module hooks on the sso success redirect and will dinamically set the url depending on the brand. Once onboarding start the migration process first step the option is set to false.
Type of Change
Production
Development
Visual
Checklist
Further comments