When creating a term field, it is sometimes needed to specify a term parent. Here is the patch to add this functionality to the term creation code.

fields.inc, at line 374:

<?php
if (!empty($arguments['term_parent'])) {
  $new_term->parent = $arguments['term_parent'];
}
?>
CommentFileSizeAuthor
migrate-field-term-parent-support.patch722 bytesalexrayu
Support from Acquia helps fund testing for Drupal Acquia logo