Skip to content

Commit

Permalink
exui-2415-redirect link issue (#1791)
Browse files Browse the repository at this point in the history
* redirect link issue

* comment removed

* Update release notes, update version number

---------

Co-authored-by: Josh <[email protected]>
  • Loading branch information
RiteshHMCTS and Josh-HMCTS authored Nov 4, 2024
1 parent 38fa699 commit df9a278
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## RELEASE NOTES

### Version 7.0.75
**EXUI-2415** Redirect to an new event by a hyperlink

### Version 7.0.74
**EXUI-1108** Fix yarn npm audit in ccd-case-ui-toolkit

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.0.74",
"version": "7.0.75",
"engines": {
"node": ">=18.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ccd-case-ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.0.74",
"version": "7.0.75",
"engines": {
"node": ">=18.19.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ export class CaseEditComponent implements OnInit, OnDestroy {
this.isPageRefreshed = JSON.parse(this.sessionStorageService.getItem('isPageRefreshed'));

this.checkPageRefresh();
/* istanbul ignore else */
if (this.router.url && !this.isPageRefreshed) {
this.sessionStorageService.setItem('eventUrl', this.router.url);
}

this.form = this.fb.group({
data: new FormGroup({}),
Expand Down

0 comments on commit df9a278

Please sign in to comment.