-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[No QA] StartIssueNewCardFlow api call #45912
Conversation
Screen.Recording.2024-07-23.at.11.25.46.movTested locally with the backend change and seems to be working, I will let you know when this is ready for your testing Also please have a look into removing the double request, seems like the command is called twice when the page is opened |
@mountiny that's actually strange - same with the OpenInitialSettingsPage - it goes twice with the same payload. Returning early when there's no policy.id doesn't fix that. I can block the request when the employeeList is not empty, but it will still run twice for sure when it will be empty. |
We can isolate this bug and make it external, can you list a reproducible steps for the other pages so we can export this issue? |
@mountiny Test Steps:
|
@mountiny can I open this PR for review? |
@koko57 Yeah I think we can, are we going to get rid of the mocked members data? |
Commented in the linked issue but isnt this actually because of strict mode locally? |
@DylanDylann 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] |
@koko57 Please resolve conflict |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-07-29.at.11.23.07.movAndroid: mWeb ChromeScreen.Recording.2024-07-29.at.11.20.49.moviOS: NativeScreen.Recording.2024-07-29.at.11.21.11.moviOS: mWeb SafariScreen.Recording.2024-07-29.at.11.17.48.movMacOS: Chrome / SafariScreen.Recording.2024-07-29.at.11.12.53.movMacOS: DesktopScreen.Recording.2024-07-29.at.11.20.05.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.
Thanks
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/roryabraham in version: 9.0.14-1 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 9.0.14-6 🚀
|
Details
Fixed Issues
$ #44309
PROPOSAL: -
Tests
WEB:
Offline tests
QA Steps
n/a
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
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)Design
label so the design team can review the changes.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
Android: Native
Android: mWeb Chrome
iOS: Native
iOS.mp4
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop