Skip to content

Commit

Permalink
fix: defendant text for lit friend (CMC-1594) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
swalker125 authored May 18, 2021
1 parent 22b8822 commit 70648f7
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
[
{
"LiveFrom": "01/01/2017",
"ID": "DefendantLitigationFriend",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "fullName",
"FieldDisplayOrder": 1,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "DefendantLitigationFriend",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "hasSameAddressAsLitigant",
"EventElementLabel": "Is the address of the Defendant’s litigation friend the same as the address of the Defendant?",
"FieldDisplayOrder": 2,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.AddressLine1",
"FieldDisplayOrder": 3,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.AddressLine2",
"FieldDisplayOrder": 4,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.AddressLine3",
"FieldDisplayOrder": 5,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.PostTown",
"FieldDisplayOrder": 6,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.County",
"FieldDisplayOrder": 7,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.Country",
"FieldDisplayOrder": 8,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "primaryAddress.PostCode",
"FieldDisplayOrder": 9,
"DisplayContext": "MANDATORY"
},
{
"LiveFrom": "01/01/2017",
"ID": "RespondentSolicitor1Organisation",
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"ListElementCode": "certificateOfSuitability",
"FieldDisplayOrder": 10,
"DisplayContext": "MANDATORY"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"CaseEventID": "ADD_DEFENDANT_LITIGATION_FRIEND",
"CaseFieldID": "respondent1LitigationFriend",
"PageFieldDisplayOrder": 1,
"DisplayContext": "MANDATORY",
"DisplayContext": "COMPLEX",
"PageID": "LitigationFriend",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y"
Expand Down

0 comments on commit 70648f7

Please sign in to comment.