Skip to content

DTSRD-4321 Allocate IdAM IDs for each new JOH received from eLinks#1215

Open
SabinaHMCTS wants to merge 106 commits into
masterfrom
DTSRD-4321
Open

DTSRD-4321 Allocate IdAM IDs for each new JOH received from eLinks#1215
SabinaHMCTS wants to merge 106 commits into
masterfrom
DTSRD-4321

Conversation

@SabinaHMCTS

Copy link
Copy Markdown
Contributor

Jira link

See PROJ-XXXXXX

Change description

Testing done

Security Vulnerability Assessment

CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview March 24, 2026 20:14 Abandoned
@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview March 24, 2026 20:54 Abandoned
+ "where (per.objectId != '' and per.objectId is not null)"
+ "and per.sidamId is null ")
+ "where (per.objectId != '' and per.objectId is not null) "
+ "and (per.sidamId = '' or per.sidamId is null)")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally the null check is the first condition to prevent a crash. Can you swap the conditions over please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants