Please add support for the Migrate module.

Comments

xatoo’s picture

robert castelo’s picture

Status: Active » Needs review
robert castelo’s picture

Status: Needs review » Fixed

Added in 7.x-1.2

I didn't have time to test, hope it works OK.

Thanks xatoo

Status: Fixed » Closed (fixed)

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

luukyb’s picture

Issue summary: View changes
Status: Closed (fixed) » Needs review
StatusFileSize
new1.16 KB

Hi Robert, xatoo,

The patch proposed did not work for me.

2 things fixed the previous patch.

  • "registerTypes" in the constructor. The field type is "safeword_title" and not "safeword". I saw this by using "drush ma" on my class.
  • In the prepare function, $arguments['machine'] does not have a delta. It's just a string, as in "$this->addFieldMapping('field_my_field:machine', 'machine_text');"

Tested with Migrate 2.5

Cheers,

Luc

  • Commit 37d6bfd on 7.x-1.x authored by Luukyb, committed by Robert Castelo:
    Issue #2011974 by Luukyb, xatoo: Added support for the Migrate module.
    
robert castelo’s picture

Status: Needs review » Fixed

Thanks Luukyb

Added to Safeword 7.x-1.9

Status: Fixed » Closed (fixed)

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