Skip to content

Commit

Permalink
Merge pull request #230 from GOKULRAJ136/patch-5
Browse files Browse the repository at this point in the history
Added maxLength validation for policies data
  • Loading branch information
aranaravi authored Feb 22, 2024
2 parents 9e85a82 + 5553083 commit 3be6d70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pmp-ui/src/assets/entity-spec/auth-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@
"inputType": "",
"ismandatory": "",
"showInListView": "",
"showInSingleView": "",
"maxLength": 5120
"showInSingleView": ""
},
{
"name": "policies",
Expand All @@ -199,7 +198,8 @@
"inputType": "textarea",
"ismandatory": "true",
"showInListView": "false",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 5120
},
{
"name": "isActive",
Expand Down
8 changes: 4 additions & 4 deletions pmp-ui/src/assets/entity-spec/data-share-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
"inputType": "dropdown",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true",
"maxLength": 5120
"showInSingleView": "true"
},
{
"name": "version",
Expand Down Expand Up @@ -199,7 +198,8 @@
"inputType": "textarea",
"ismandatory": "true",
"showInListView": "false",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 5120
},
{
"name": "isActive",
Expand Down Expand Up @@ -281,4 +281,4 @@
"methodCallName": ""
}
]
}
}

0 comments on commit 3be6d70

Please sign in to comment.