Browse Source

added NULL default

main
astanley 2 months ago
parent
commit
6e0671cbff
  1. 1
      src/Controller/MetadataProfileController.php

1
src/Controller/MetadataProfileController.php

@ -1188,6 +1188,7 @@ class MetadataProfileController extends ControllerBase {
}
$bundle_config = NULL;
$target_bundles = $setting['target_bundles'];
$bundle_config = NULL;
foreach ($target_bundles as $index => $bundle) {
if ($handler == 'default:taxonomy_term') {
$bundle_config = $this->entityTypeManager()

Loading…
Cancel
Save