Closed (fixed)
Project:
Migrate
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Oct 2011 at 15:26 UTC
Updated:
22 Jan 2012 at 19:40 UTC
Jump to comment: Most recent file
I was trying to run a migration and kept getting the error message that the migration was being skipped due to unfulfilled dependencies but it gave no feedback on what those were. So I added a helper function to list the incomplete dependences MigrationBase::incompleteDependencies() and display that information in Drush and the UI.
I'd also like to remove MigrationBase::dependenciesComplete() and just check if MigrationBase::incompleteDependencies() is empty instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_1321078.patch | 5.28 KB | drewish |
| migrate_display_missing_depenencies.patch | 4.53 KB | drewish |
Comments
Comment #1
mikeryanLooks good, thanks! Let's keep dependenciesComplete(), just in case anyone's using it.
Comment #2
drewish commentedOkay here's what went into 7.x-2.x. Marking for porting to 6.x-2.x
Comment #3
mikeryanCommitted to D6, thanks!