We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you load new install and review the Morgan individual, the data column loads with:
{ "suffix": "Mr", "first_name": "Morgan", "last_name": "Cole", "address": { "street": "90 Wellington St", "city": "Ottawa", "province": "Ontario", "country": "Canada", "postal_code": "K1A 0A4" }, "phone": "1-888-111-2222", "email": "[email protected]", "birth_date": 63676800 }
But when you register a new individual, and add their persona through portal, the form produces something such as:
{ "firstName": "some first name", "lastName": "some last name" }
@baddlan @mario-digitalstate please reconcile the proper format and update form or data fixtures.
The text was updated successfully, but these errors were encountered:
@baddlan the labels are out of date as well. They are showing: ds.microservices.entity.property.firstName
ds.microservices.entity.property.firstName
see: portal: /#/pages/profile
/#/pages/profile
Sorry, something went wrong.
baddlan
marioprudhomme
No branches or pull requests
When you load new install and review the Morgan individual, the data column loads with:
But when you register a new individual, and add their persona through portal, the form produces something such as:
@baddlan @mario-digitalstate please reconcile the proper format and update form or data fixtures.
The text was updated successfully, but these errors were encountered: