-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[CP Staging] Fix/24389 - Request a money - Clicking on the avatar open a wrong profile #26055
[CP Staging] Fix/24389 - Request a money - Clicking on the avatar open a wrong profile #26055
Conversation
@narefyev91 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Unfortunately another regression @narefyev91 The change is based on the following reasoning. There are 3 types of reports here
The profile should be displayed for Ideally, there should not be any other case but I have added report detail navigation as a fallback route to prevent unexpected behavior if:
|
@spcheema seems one more issue based on your code Screen.Recording.2023-08-28.at.10.21.39.movShowing black screen |
@narefyev91 Can you please share the error log or steps to reproduce? |
Screen.Recording.2023-08-28.at.10.18.14.mov@spcheema check this full video - you will see all steps |
@narefyev91 I have it tested with new and existing users but didn't face blank page issue. I need your help to reproduce it. https://www.loom.com/share/c1b2c9ed34494311b22936da85996b87?sid=598aa24e-3f4b-4de9-8198-4525e1d1a930 Can you please try to reproduce and check logs. There might be some more information to about. |
It's not a blank page to be honest - it's something that fires black absolute position - clicking on any place - close it Screen.Recording.2023-08-28.at.10.58.06.movCan you run your code on latest main? |
Ohh wow - github on checkout - removed return for that line! for some reason.... hmmm - let me re-test again |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromeandroid-web.movMobile Web - Safariios-web.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
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!
🎀 👀 🎀 C+ reviewed
I just noticed you have approved the PR @narefyev91. Was there any issue? Or I meant what was the issue? How it get fixed? |
Yup the issue was - during checkout to your branch - for some reason my IDE remove that |
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 and tests well.
Merging since it fixes a deploy blocker |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…staging-26027 [CP Staging] Fix/24389 - Request a money - Clicking on the avatar open a wrong profile (cherry picked from commit f02b003)
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.57-6 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.57-6 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.59-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
Fixed Issues
$ #24389
$ #26027
PROPOSAL: #24389 (comment)
Tests
Scenario 1.
Scenario 2.
Offline tests
QA Steps
Scenario 1.
Scenario 2.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Web.mp4
Mobile Web - Chrome
Mobile.-.chrome.mp4
Mobile Web - Safari
Mobile.-.safari.mp4
Desktop
Desktop.1.mp4
iOS
Screen.Recording.2023-08-17.at.12.45.37.pm.mp4
Android
Re_.Meet.-.buf-ooot-azm.-.17.August.2023.mp4