-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/CIV-15612
- Loading branch information
Showing
163 changed files
with
3,215 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
ccd-definition/CaseEventToComplexTypes/SendAndReply-caseWorkerEvents-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"ID": "SendMessageMetadata", | ||
"CaseEventID": "SEND_AND_REPLY", | ||
"CaseFieldID": "sendMessageMetadata", | ||
"ListElementCode": "recipientRoleType", | ||
"EventElementLabel": "Who are you sending the message to?", | ||
"FieldDisplayOrder": 1, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "SendMessageMetadata", | ||
"CaseEventID": "SEND_AND_REPLY", | ||
"CaseFieldID": "sendMessageMetadata", | ||
"ListElementCode": "isUrgent", | ||
"EventElementLabel": "Is this urgent?", | ||
"FieldDisplayOrder": 2, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "SendMessageMetadata", | ||
"CaseEventID": "SEND_AND_REPLY", | ||
"CaseFieldID": "sendMessageMetadata", | ||
"ListElementCode": "subjectType", | ||
"EventElementLabel": "What is this message about?", | ||
"FieldDisplayOrder": 3, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "SendMessageMetadata", | ||
"CaseEventID": "SEND_AND_REPLY", | ||
"CaseFieldID": "sendMessageMetadata", | ||
"ListElementCode": "subject", | ||
"EventElementLabel": "Enter the subject", | ||
"FieldShowCondition": "sendMessageMetadata.subjectType = \"*\"", | ||
"FieldDisplayOrder": 4, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "SendMessageMetadata", | ||
"CaseEventID": "SEND_AND_REPLY", | ||
"CaseFieldID": "messageReplyMetadata", | ||
"ListElementCode": "isUrgent", | ||
"EventElementLabel": "Is this urgent?", | ||
"FieldDisplayOrder": 2, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "SendMessageMetadata", | ||
"CaseEventID": "SEND_AND_REPLY", | ||
"CaseFieldID": "messageReplyMetadata", | ||
"ListElementCode": "messageContent", | ||
"EventElementLabel": "Enter your message", | ||
"EventHintText": "Explain what you're requesting and why. Include any answers and decision you need.", | ||
"FieldDisplayOrder": 3, | ||
"DisplayContext": "MANDATORY" | ||
} | ||
] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.