From dbc885ebdcb9ed009abf31b21632200cfa7e4aaa Mon Sep 17 00:00:00 2001 From: LeonardoPalmeiro <93268657+LeonardoPalmeiro@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:15:05 +0000 Subject: [PATCH] CIV-15943 remove limitation of characters from text areas and add MAX 70 on GA name (#5110) remove limitation of characters from text areas and add MAX 70 on name Co-authored-by: marianadpereira <71711509+marianadpereira@users.noreply.github.com> --- ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json | 1 - ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json | 2 +- ccd-definition/ComplexTypes/GAWithOrWithoutNotice.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json b/ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json index d2b31e456d..ff6c199575 100644 --- a/ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json +++ b/ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json @@ -95,7 +95,6 @@ "ListElementCode": "ReasonForPreferredHearingType", "ElementLabel": "Why would you prefer this type of hearing?", "FieldType": "TextArea", - "Max": 400, "SecurityClassification": "Public", "Searchable": "N" }, diff --git a/ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json b/ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json index b23ce70b70..2336086409 100644 --- a/ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json +++ b/ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json @@ -4,7 +4,7 @@ "ListElementCode": "name", "FieldType": "Text", "ElementLabel": "Name", - "Max": 40, + "Max": 70, "SecurityClassification": "Public", "Searchable": "N" }, diff --git a/ccd-definition/ComplexTypes/GAWithOrWithoutNotice.json b/ccd-definition/ComplexTypes/GAWithOrWithoutNotice.json index d42c9fbeef..3f7ac503be 100644 --- a/ccd-definition/ComplexTypes/GAWithOrWithoutNotice.json +++ b/ccd-definition/ComplexTypes/GAWithOrWithoutNotice.json @@ -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"