-
Notifications
You must be signed in to change notification settings - Fork 9
Added fix and test changes #2024
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
base: master
Are you sure you want to change the base?
Conversation
| this.alertService.error(error.message); | ||
| this.errorNotifier.announceError(error); | ||
| this.router.navigate([`/cases/case-details/${cid}/tasks`]); | ||
| // EXUI-2730 - Added logic to prevent navigation to tasks while on a case details 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.
This is probably fine for now, but i'm not sure how this will function once SRT is merged as the url will be different and include case_type and jurisdiction
|
f640a6b
|



JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/EXUI-2730
Change description
Removed nav to tasks on event trigger error unless not on case details page
Added tests to confirm logic
Does this PR introduce a breaking change? (check one with "x")