-
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
Reset request flow when logout #55384
Merged
+15
−1
Merged
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c8ed1eb
reset request flow
cretadn22 790d041
update new lint rule
cretadn22 e2e1562
new main
cretadn22 a7ff340
adjust style
cretadn22 263d291
prettier
cretadn22 b9c08b8
main new
cretadn22 a4d4b87
new latest main
cretadn22 cd982a4
new main
cretadn22 4a7138e
fix one more case
cretadn22 84659e1
new main
cretadn22 768a833
add isLoadingTransaction condition
cretadn22 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
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.
can we make it such that even if
transaction.transactionID
exists we check if the basic transaction properties exists, other wise if user again go back `create/submit/confirmation/1/ second time he'll see this which is not so relevant and its exactly what we want to fixThere 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.
@ishpaul777 Could you please clarify your issue? How are you reproducing it, and what is the expected outcome? It seems like you're following a different test process, but you haven’t specified that, making it difficult for me to reproduce the issue. This is causing delays in completing this PR.
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.
Same as test steps in Pr description, once you got redirected to start of flow close it, and paste the copied url again it will link to empty confirmation page
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.
@ishpaul777 Fixed
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.
still not fixed on ios/android, here I deeplink to
create/submit/confirmation/1/<Reportid>
it don't not redirect me to start of flowScreen.Recording.2025-02-07.at.3.25.01.AM.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.
@ishpaul777 I can't reproduce that on IOS
Screen.Recording.2025-02-07.at.20.54.15.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.
i can still reproduce this issue same steps as in my initial 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.
@ishpaul777 Could you try again using a new account and record your screen, including all the steps?
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.
I just tried many time but still can't reproduce your bug
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.
i could not reproduce this anymore