Skip to content

Commit

Permalink
retain hidden values (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabahirfan authored Jul 29, 2021
1 parent 0727d4a commit b018334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ccd-definition/CaseEventToFields/ClaimantResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"PageFieldDisplayOrder": 4,
"DisplayContext": "READONLY",
"PageID": "RespondentResponse",
"FieldShowCondition": "respondent1ClaimResponseType=\"DO NOT SHOW IN UI\""
"FieldShowCondition": "respondent1ClaimResponseType=\"DO NOT SHOW IN UI\"",
"RetainHiddenValue": "Yes"
},
{
"CaseTypeID": "CIVIL",
Expand All @@ -48,7 +49,8 @@
"PageFieldDisplayOrder": 5,
"DisplayContext": "READONLY",
"PageID": "RespondentResponse",
"FieldShowCondition": "respondent1ClaimResponseType=\"DO NOT SHOW IN UI\""
"FieldShowCondition": "respondent1ClaimResponseType=\"DO NOT SHOW IN UI\"",
"RetainHiddenValue": "Yes"
},
{
"CaseTypeID": "CIVIL",
Expand Down
2 changes: 2 additions & 0 deletions ccd-definition/CaseEventToFields/DefendantResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"DisplayContext": "OPTIONAL",
"PageID": "RespondentResponseType",
"FieldShowCondition": "respondent1ClaimResponseType=\"DO NOT SHOW IN UI\"",
"RetainHiddenValue": "Yes",
"ShowSummaryChangeOption": "Y"
},
{
Expand All @@ -52,6 +53,7 @@
"DisplayContext": "OPTIONAL",
"PageID": "RespondentResponseType",
"FieldShowCondition": "respondent1ClaimResponseType=\"DO NOT SHOW IN UI\"",
"RetainHiddenValue": "Yes",
"ShowSummaryChangeOption": "Y"
},
{
Expand Down

0 comments on commit b018334

Please sign in to comment.