Skip to content

Commit

Permalink
Adding maxLength validations
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
GOKULRAJ136 committed Feb 13, 2024
1 parent 29bf7a3 commit 60b602a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 128
},
{
"name": "desc",
Expand All @@ -120,7 +121,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 256
},
{
"name": "policyGroupName",
Expand All @@ -139,7 +141,8 @@
"inputType": "dropdown",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 5120
},
{
"name": "version",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 128
},
{
"name": "desc",
Expand All @@ -120,7 +121,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 256
},
{
"name": "policyGroupName",
Expand All @@ -139,7 +141,8 @@
"inputType": "dropdown",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 5120
},
{
"name": "version",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 36
},
{
"name": "model",
Expand All @@ -211,7 +212,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 36
},
{
"name": "isItForRegistrationDevice",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 36
},
{
"name": "model",
Expand All @@ -204,7 +205,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 36
},
{
"name": "active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 128
},
{
"name": "desc",
Expand All @@ -135,7 +136,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 256
},
{
"name": "isActive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 4000
},
{
"name": "statusCode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 64
},
{
"name": "swBinaryHash",
Expand Down

0 comments on commit 60b602a

Please sign in to comment.