Problem/Motivation
Migrations should be in the directory migrations instead of migration_templates.
See Migrations are plugins instead of configuration entities
Proposed resolution
Rename all migration_templates to migrations.
Remaining tasks
Make a patch
Test it
commit it
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Comments
Comment #2
karthikkumarbodu commentedRenamed migration_templates to migrations
Comment #4
heddn@karthikkumarbodu looks like those were all deletes, not renames. Might try again?
Comment #5
vinod_kc commentedModified the patch please check
Comment #6
vinod_kc commentedComment #8
karthikkumarbodu commentedComment #9
quietone commented@karthikkumarbodu thank you! That does the commerce submodule.
Still to do is migration_templates in the ubercart submodule.
Comment #10
karthikkumarbodu commentedRenamed directory migration_templates to migrations in the ubercart submodule.
Comment #11
quietone commented@karthikkumarbodu, thanks a lot!
Installed the patch, looks greats, tests are passing. So RTBC.
Comment #12
heddn