Closed (fixed)
Project:
Scheduler
Version:
2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2022 at 12:06 UTC
Updated:
14 Nov 2022 at 11:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
evgen commentedSkip running hook_migrate_prepare_row if custom migration is running. The migration_tags can be null.
Comment #3
avpadernoComment #4
jonathan1055 commentedThanks for reporting this. Are either of you working on the issue branch which has been created? I see that the branch has been created but the issue is still 'unassigned' and there is no MR. If you are not working on the issue branch I will do it, and commit as soon as I have checked it. Let me know.
@evgen, could you give me a sample of your custom migration, so that I can replicate and test the patch. Thanks.
Comment #6
evgen commented@jonathan1055 I have complicated migration from the xml file with several custom processors to node. But I think you can take some very simple migration from examples and test it. Should be the same result. Let me know if it isn't.
Comment #8
jonathan1055 commentedThanks evgen. I don't have the time right now to investigate and replicate the null return, but I will take your word for it that this is what can happen and that your solution solves it. I want to get 2.0.0-rc7 released to fix this and a couple of other important bugs. I will set up a custom migration later, just to satisfy my curiosity and to replicate your problem, but that can wait.