Needs work
Project:
Migrate Cron
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Apr 2019 at 06:22 UTC
Updated:
15 Jan 2026 at 23:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sonnyktComment #3
vadimski commentedComment #6
johnnydarkko commentedPatch no longer applies in 1.4. Rerolled the patch from #2.
Comment #8
liberatrAdded code from #6 to the Fork repository.
Comment #9
liberatrComment #10
johnnydarkko commentedRerolled patch from #6. $migration->get('requirements') is no longer valid
Using $migration->getRequirements(); instead
Comment #11
prudloff commentedThe patch in #10 forces the update if
track_changesis not defined.It should also check for
high_water_property. We don't want to force the update if this configuration key exists.Comment #14
prudloff commentedThe MR seems to contain unrelated D11 compatibility changes from #3438494: Automated Drupal 11 compatibility fixes for migrate_cron.
Comment #15
prudloff commentedphpcs reports some problems.