If the 'groups path' is not set by modules implementing migrate_yaml_api, then the module seems to scan the module directory itself for YML files which might pick up the migration YML files. Since the format is different, there might be errors thrown.
Ideally, if groups path is not set, then migrate_yaml should not attempt to register groups at all. Similarly, if 'path' is not set, then migrate_yaml should bail (or log an error).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | there_might_be_parsing-2789261-3.patch | 1.57 KB | hussainweb |
Comments
Comment #2
hussainwebWe'll check both 'path' and 'groups path' here.
Comment #3
hussainwebRerolling after recent commits
Comment #4
hussainwebComment #5
hussainwebFixed in
b19524a