Skip to content

Commit

Permalink
Merge pull request #228 from GOKULRAJ136/patch-3
Browse files Browse the repository at this point in the history
MOSIP-23977 : Added maxLength validations
  • Loading branch information
aranaravi authored Feb 21, 2024
2 parents 85d9592 + a691b64 commit 1982e2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pmp-ui/src/assets/entity-spec/sbi-detail.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"inputType": "text",
"ismandatory": "true",
"showInListView": "true",
"showInSingleView": "true"
"showInSingleView": "true",
"maxLength": 64
},
{
"name": "swCreateDateTime",
Expand Down Expand Up @@ -309,4 +310,5 @@
"fieldName": "approvalStatus",
"methodCallName": ""
}]
}
}

0 comments on commit 1982e2a

Please sign in to comment.