[ADCP-60] : Upgrade migration utility to v3.0.0 [Mx9]#14
Open
vaishalimore9 wants to merge 2 commits into
Open
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes Included
1. Removed EC module version check.
2. Fixed commit token migration issue where tokens were lost after user sign-out.
3. Fixed issue where
hasAttachmentsremainedfalseeven when migrated templates and emails contained attachments.4. Added support for associating Logs and Emails with the selected Email Account.
5. Fixed OutgoingEmailConfig error occurring during commit with Events OAuth Provider was null.
6. Fixed token length limitation issue:
- Module limits token length to 2000 characters.
- Migration of Account Settings was failing in ImportMapping because oauth tokens were stored in the password field and exceeded the allowed length.
8. Added migration support for the following OAuth Provider fields: Name, callbackPath, callbackUrl, OAuthType
9. Fixed issue where Email Messages were migrated regardless of the option selected on the UI by adding the required conditional check.
10. Removed truncation of log messages.
11. Fixed issue where Email Attachments were not being committed.
12. Fixed issue where Email Headers were not being committed.