Skip to content

Commit

Permalink
Merge pull request #26 from esaude/85-new
Browse files Browse the repository at this point in the history
Amol | Quick fix
  • Loading branch information
krishnanspace authored Apr 25, 2019
2 parents ad55387 + 2f231c7 commit 76397ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"givenName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Should contain characters"},
"middleName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Should contain characters"},
"latitude" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Should contain characters"},
"address3" : {"pattern" : "[a-zA-Z0-9\\s]{0}", "errorMessage" : "Should contain Characters, Numbers"},
"address3" : {"pattern" : "[a-zA-Z0-9\\s]{0,}", "errorMessage" : "Should contain Characters, Numbers"},
"address4" : {"pattern" : "[a-zA-Z0-9\\s)-(]{0,}", "errorMessage" : "Should contain Characters, Numbers,-,(,)"},
"address5" : {"pattern" : "[a-zA-Z0-9\\s-]{0,}", "errorMessage" : "Should contain Characters, Numbers, -"},
"address6" : {"pattern" : "[a-zA-Z0-9\\s-]{0,}", "errorMessage" : "Should contain Characters, Numbers, -"},
Expand Down

0 comments on commit 76397ee

Please sign in to comment.