Closed (duplicate)
Project:
Migrate Extras
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2011 at 02:24 UTC
Updated:
3 Jan 2012 at 21:46 UTC
Same thing as for #1301510: Missing MigrateDestinationUserRelationships::__toString().
MigrateDestinationOGMembership either needs to inherit from MigrateDestinationEntity, or implement the __toString by itself.
Otherwise, the ui will break.
Comments
Comment #1
drewish commentedWas already fixed in #1290122: MigrateDestination should declare __toString() or migrate_ui shouldn't expect it to be there. Use the -dev release. See http://drupalcode.org/project/migrate_extras.git/commit/ff89214951d48bcf...
Comment #2
donquixote commentedThanks! Did not notice that one.