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.
| Comment | File | Size | Author |
|---|---|---|---|
| migrate_add_comment_status.patch | 406 bytes | sethfisher |
Comments
Comment #1
mikeryanCommitted, thanks!
Comment #2
frankcarey commentedcool,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?