- Issue created by @mradcliffe
- π³πΏNew Zealand quietone
Happy to help on this but can a can a complete D7 fixture be created, so I can use the UI?
- πΊπΈUnited States mradcliffe USA
Thank you. I think we could start by copying the profile_fields and profile_values lines from the core drupal6 fixture. Maybe the only difference between 6 and 7 are the changes in table names (profile_fields to profile_field and profile_values to profile_value)..?
Maybe an initial kernel test to assert fields not created on the user entity?
I'll create an issue fork, but I don't know when I'll personally have a chance to work on it.
- πΊπΈUnited States mradcliffe USA
mradcliffe β changed the visibility of the branch 3432198-core-profile-migrate to hidden.
- Merge request !26Draft: Issue #3432198: Adds core profile migration β (Open) created by mradcliffe
- Status changed to Needs work
about 1 year ago 1:13pm 16 April 2024 - πΊπΈUnited States mradcliffe USA
Okay, had a bit of extra time, so added the fixture from drupal6 into drupal7. Setting to Needs work.
- πΊπΈUnited States mradcliffe USA
Okay, I think the fixture is ready. I added some tests and stub tests.