Problem/Motivation

Message returned from update.php after updating Migrate:

Passing a group object to a migration constructor is now deprecated - pass through the arguments array passed to the leaf class instead.
Passing an empty first parameter to a migration constructor is now deprecated - pass through the arguments array passed to the leaf class instead. 

Proposed resolution

Need to add $arguments to constructors and constructor calls.

Remaining tasks

User interface changes

API changes

Comments

  • nedjo committed 55056ba on 7.x-1.x
    Issue #2404415: Address changes after update to Migrate 7.x-2.6.
    

  • nedjo committed 49ea717 on 7.x-1.x
    Issue #2404415: add migrations to a migration group.
    

  • nedjo committed 2aa8514 on 7.x-1.x
    Issue #2404415: explicitly register migrations.
    

  • nedjo committed 6ce9cf5 on 7.x-1.x
    Issue #2404415: remove deprecated group argument.
    
rosemarymann’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.