Closed stpaultim closed 2 years ago
For reference: https://forum.backdropcms.org/forum/convert-term-reference-entity-reference-field
The Readme doesn't mention it but the issue below suggests it may work:
I don't think term ref fields are considered at all (looking at the code)
if (!in_array($field_info['type'], array('node_reference', 'user_reference'))) {
drupal_set_message(t("Field @field is not a references field.", array('@field' => $field_name)), 'error');
}
BTW "drupal_set_message..." - really? :stuck_out_tongue:
@stpaultim done
Does this or will this work with Term Reference fields?