The comment status field (indicating if a comment has been approved) isn't in the comment field mappings.

I've attached a patch which adds it.

For those working with the status field, note that a value of 0 means approved and 1 means pending approval in the Drupal comments table. I'm porting from WordPress where the opposite is true.

CommentFileSizeAuthor
migrate_add_comment_status.patch406 bytessethfisher

Comments

mikeryan’s picture

Status: Needs review » Fixed

Committed, thanks!

frankcarey’s picture

cool,will be removing 'status' then from migrate_extras, where I'm implementing all the remaining user fields available as an option. Do you think this belongs in migrate itself?

Status: Fixed » Closed (fixed)

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