Skip to content

Data Fixtures for Data column of Identities are out of date #15

@StephenOTT

Description

@StephenOTT

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": "morgan@site.com",
  "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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions