-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bug/ex UI 2743 check application task not completing #1848
Bug/ex UI 2743 check application task not completing #1848
Conversation
* case view not fully expended * yarn audit * update failing test * version update --------- Co-authored-by: RiteshHMCTS <[email protected]>
Edit to deletion of user_task and session storage constants
…om/hmcts/ccd-case-ui-toolkit into bug/EXUI-2668-task-auto-completing
Fix sonar coverage
* Add check for external user to disable hyperlink on case history * Fix unit tests * Update to prerelease ver name * Remove console.log * add test for external user not being shown hyperlink * set to old sonar version * change version number --------- Co-authored-by: RiteshHMCTS <[email protected]>
Add taskEventCompletionInfo when client context added via payload
…check-application-task-not-completing
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.
Make sure you test starting an event from a next steps link, with regard to deleting the task info in ngOnInit in case edit component
@@ -128,6 +133,7 @@ export class CaseEditComponent implements OnInit, OnDestroy { | |||
this.route.queryParams.subscribe((params: Params) => { | |||
this.navigationOrigin = params[CaseEditComponent.ORIGIN_QUERY_PARAM]; | |||
}); | |||
removeTaskFromClientContext(this.sessionStorageService); |
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.
Are you sure this is OK in the scenario where we start a task from a next steps link in a task?
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.
Yes, will remove this as is not needed
Quality Gate passedIssues Measures |
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/EXUI-2743
Change description
Stop tasks relevant to events being overwritten when valid to the event
Does this PR introduce a breaking change? (check one with "x")