[No QA] Remove managerEmail and ownerEmail from Onyx#31664
Merged
puneetlath merged 2 commits intomainfrom Nov 29, 2023
Merged
Conversation
9 tasks
Contributor
Author
|
@s77rt FYI the changes to stop sending these fields from the back-end haven't been deployed yet, but they should be soon. You're free to go ahead and review now if you like. |
Member
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / Safariweb.movMacOS: Desktop |
s77rt
approved these changes
Nov 22, 2023
nkuoch
approved these changes
Nov 22, 2023
Contributor
|
Waiting for https://github.com/Expensify/Web-Expensify/pull/39790 to get deployed before merging this one |
Beamanator
approved these changes
Nov 23, 2023
Closed
58 tasks
Contributor
Author
|
Web PR was deployed to prod, so merging this. |
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
55 tasks
Contributor
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.5-7 🚀
|
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.
Details
Now that the back-end is no longer sending email-based data to report.managerEmail and report.ownerEmail, we update the migration to remove any email-based data that is found. We aren't removing entire reports from onyx, just the email-based data that is found for these two keys.
Fixed Issues
$ #21454
Tests
Onyx.set('report_123', {managerEmail: 'hi', managerID: 1000});{managerID: 1000}Offline tests
Same tests work online or offline.
QA Steps
There is nothing in particular to QA for this PR as there are no user-facing changes. Regular regression testing that the app is working as normal should be enough.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop