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

CIV-14703 Dashboard notification and status accept FullAdmit PayBySetDate #5129

Merged
merged 25 commits into from
Jul 24, 2024

Conversation

kenneth-hmcts
Copy link
Contributor

JIRA link (if applicable)

https://tools.hmcts.net/jira/browse/CIV-14703

Change description

Set up dashboard status for FullAdmit PayBySetDate

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

@kenneth-hmcts kenneth-hmcts requested a review from a team as a code owner July 18, 2024 15:00
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview July 19, 2024 09:18 Abandoned
@@ -90,6 +92,12 @@ public String getScenario(CaseData caseData) {
}
} else if (isClaimantRejectRepaymentPlan(caseData)) {
return SCENARIO_AAA6_CLAIMANT_INTENT_REJECT_REPAYMENT_ORG_LTD_CO_DEFENDANT.getScenario();
} else if (
!featureToggleService.isJudgmentOnlineLive()
&& !NO.equals(caseData.getApplicant1Represented())
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you can change this to
&& caseData.isApplicantLiP()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated from review

manish14836
manish14836 previously approved these changes Jul 22, 2024
@sankhajuria sankhajuria merged commit bf30a2a into master Jul 24, 2024
5 of 6 checks passed
@sankhajuria sankhajuria deleted the bug/CIV-14703 branch July 24, 2024 16:15
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.

None yet

5 participants