Closed (outdated)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2012 at 08:26 UTC
Updated:
21 Feb 2018 at 13:45 UTC
Jump to comment: Most recent
Comments
Comment #1
afeijoI agree, it is a pain that we cannot make Migrate reprocess those missing ones
My solution is to rename my class (I add 2 at the end of the name), the I make migrate register the new class (it will naturally complain about the missing original one)
Then I do a filter in my query to grab only the missing ones, and execute it to successful import ;)
Rename it back to what it was, done.
Comment #2
pifagor commented