Problem/Motivation

1. The original report (see below) pointed out that documentation, change record, and the code base were not in agreement about the location of the migration yml files.

The change record is correct. Migration yml files should be located in MODULE/migrations instead of MODULE/migration_templates.

2.Requires Configuration Tag to migration to specify configuration migration.

Steps to reproduce

Proposed resolution

1.Rename all directories from contrib/module_name/migration_templates to contrib/module_name/migrations.

2.Add Configurationas migration_tags.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Comments

omkar.podey created an issue. See original summary.

omkar.podey’s picture

Changed migration file location to migrations folder , updated migration tags.

greggles’s picture

Thanks for your contribution.

Could you add some details using the template to make the issue summary a little more complete? That would help folks understand what's going on here and why it's important.

omkar.podey’s picture

wrong patch don't mind

omkar.podey’s picture

omkar.podey’s picture

omkar.podey’s picture

Issue summary: View changes
omkar.podey’s picture

Status: Active » Needs review
narendrar’s picture

Issue summary: View changes
narendrar’s picture

Status: Needs review » Reviewed & tested by the community

Tested manually and migration is working from D7 to D9.

  • greggles committed df0d5e2 on 8.x-1.x authored by omkar.podey
    Issue #3256294 by omkar.podey, narendraR, greggles: Updated Migration...
greggles’s picture

Status: Reviewed & tested by the community » Fixed

thanks for the patch and review. Now committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.