Skip to content
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

Conversation

connorpgpmcelroy
Copy link
Contributor

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")

[ ] Yes
[ x ] No

MunishSharmaHMCTS and others added 26 commits January 13, 2025 14:28
* 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
* 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
RiteshHMCTS
RiteshHMCTS previously approved these changes Feb 3, 2025
Copy link
Contributor

@andywilkinshmcts andywilkinshmcts left a 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);
Copy link
Contributor

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?

Copy link
Contributor Author

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

@RiteshHMCTS RiteshHMCTS changed the base branch from master to exui-2770-toolkit-srt-pr February 7, 2025 16:52
@RiteshHMCTS RiteshHMCTS merged commit ece2637 into exui-2770-toolkit-srt-pr Feb 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants