Skip to content

Commit

Permalink
CIV-15943 remove limitation of characters from text areas and add MAX…
Browse files Browse the repository at this point in the history
… 70 on GA name (#5110)

remove limitation of characters from text areas and add MAX 70 on name

Co-authored-by: marianadpereira <[email protected]>
  • Loading branch information
LeonardoPalmeiro and marianadpereira authored Nov 29, 2024
1 parent ca2158a commit dbc885e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"ListElementCode": "ReasonForPreferredHearingType",
"ElementLabel": "Why would you prefer this type of hearing?",
"FieldType": "TextArea",
"Max": 400,
"SecurityClassification": "Public",
"Searchable": "N"
},
Expand Down
2 changes: 1 addition & 1 deletion ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ListElementCode": "name",
"FieldType": "Text",
"ElementLabel": "Name",
"Max": 40,
"Max": 70,
"SecurityClassification": "Public",
"Searchable": "N"
},
Expand Down
1 change: 0 additions & 1 deletion ccd-definition/ComplexTypes/GAWithOrWithoutNotice.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"ListElementCode": "reasonsForWithoutNotice",
"ElementLabel": "Why do you not want the court to inform the other party?\n",
"FieldType": "TextArea",
"Max": "400",
"FieldShowCondition": "isWithNotice = \"No\"",
"SecurityClassification": "Public",
"Searchable": "N"
Expand Down

0 comments on commit dbc885e

Please sign in to comment.