-
Notifications
You must be signed in to change notification settings - Fork 31
Bugfix: Feedback step should be able to navigate to a data task #3645
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2b49137
Refactoring to not require the type argument, calling useIsReceiptPag…
4be016f
Removing route for TaskKeys.CustomReceipt, as this is practically the…
1662ebf
Replacing task redirects with a listener in Feedback.tsx and a way to…
8cd0e7d
Adding something extra to the test to make sure the 'this task is not…
752fd3c
Extracting this method of checking if react-router-dom is navigating …
30efec0
Using the same methods for updating process data and instance data in…
ada4177
When going backwards in the process, I found a case where the instanc…
2bf50b0
Adding back checks to properly find out if we're on the wrong task, w…
a509156
Adding a new test for this bugfix
25be067
Whoopsie, I broke this hook when I just copied and pasted code withou…
bbcf1c8
Adding suggestion from coderabbit
c203df3
Whoops, I didn't notice that <CustomReceipt /> just rendered <Outlet …
37b1ca5
Setting a timeout that can be cancelled
4a85963
Suggestion from coderabbit: disabling this query here when only using…
f950c51
Wrapping in useCallback() to avoid new calls to useEffect() for every…
0e30e7c
Flipping if, as suggest by coderabbit
4e0e117
A bit cleaner
50f182f
Checking to make sure we're not already navigating when potentially n…
a928bbf
Tests bumped into a case where queries/mutations are en-route, but be…
be34020
The reason the payment.ts cypress test fails is that useNavigatePage(…
d3d6e69
Fixes after rebasing onto main
2c90305
Merge branch 'main' into bug/feedback-step
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 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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.