- Issue created by @lexsoft
- Status changed to Closed: won't fix
over 1 year ago 8:59am 29 June 2023 - 🇳🇱Netherlands tess bakker
Project no longer maintained. No plans to support Drupal 10.
$info['entity keys']['bundle'] is expecting 'type' instead of 'bundle'. It could be just my case but I've attached a patch in case anybody else has same issue.
if($type == 'taxonomy_term'){
$entity_to_save->vocabulary_machine_name = $bundle;
} else {
$entity_to_save->type = $bundle;
}
Closed: won't fix
1.0
Code
Project no longer maintained. No plans to support Drupal 10.