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

SSCSI-312:Fix Broken Trigger in PanelCompositionService #4069

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SomeshRA
Copy link
Contributor

Jira link

https://tools.hmcts.net/jira/browse/SSCSSI-312

Change description

Fix Broken Trigger in PanelCompositionService

  • [ x] commit messages are meaningful and follow good commit message guidelines
  • [ s] 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

@SomeshRA SomeshRA requested a review from a team as a code owner October 18, 2024 16:11
Copy link

CCD diff report

No change

@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview October 21, 2024 16:18 Abandoned
return;
}

if (stateNotDormant(caseDetails.getState())) {
if (caseData.getIsFqpmRequired() == null
|| hasDueDateSetAndOtherPartyWithoutHearingOption(caseData)) {
if (stateNotWithFtaOrResponseReceived(caseDetails)) {
updateCase(caseData,
caseDetails.getId(),
updateCase(caseDetails.getId(),
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if this should really be using the triggerCaseEventV2 method instead?

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.

3 participants