-
Notifications
You must be signed in to change notification settings - Fork 10
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
add resolve caveat stop event #2906
base: master
Are you sure you want to change the base?
Conversation
CCD diff reportCCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
1 similar comment
CCD diff reportCCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
{"LiveFrom": "01/01/2017", "CaseTypeID": "GrantOfRepresentation", "ID": "boResolveCaveatStop", "Name": "Resolve Caveat Stop", "Description": "Resolve Caveat Stop", "DisplayOrder": 135, "PreConditionState(s)": "BOCaveatPermenant", "PostConditionState": "*", "SecurityClassification": "Public", "CallBackURLAboutToSubmitEvent": "http://${CCD_DEF_CASE_SERVICE_BASE_URL}/case/resolveCaveatStopState","ShowSummary": "N", "ShowEventNotes": "Y"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm going to assume that the diff here is just everything moving down by one but i don't know if we have a good way to actually verify that nothing else has changed
@@ -468,6 +468,7 @@ public class CaseData extends CaseDataParent { | |||
private final String dateOfDeathType; | |||
private final String resolveStopState; | |||
private final String transferToState; | |||
private final String resolveCaveatStopState; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we handle this as an enum similar to applicationType: ApplicationType - i realize that everything here is a string, but that makes it incredibly annoying to work with these objects
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
b563b15
to
cc141f0
Compare
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
Amends handling slightly to pick up caseworker infor for last-changed handling.
cc141f0
to
f1a5363
Compare
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
CCD diff reportCCD_Probate_Backoffice/CaseField.json
CCD_Probate_Backoffice/AuthorisationCaseEvent.json
|
Resolves https://tools.hmcts.net/jira/browse/DTSPB-4422