From 6e0671cbff788045e36bf52e497e7cc8bca708f7 Mon Sep 17 00:00:00 2001 From: astanley Date: Tue, 28 Apr 2026 11:14:18 -0300 Subject: [PATCH] added NULL default --- src/Controller/MetadataProfileController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller/MetadataProfileController.php b/src/Controller/MetadataProfileController.php index e7a5087..18a8154 100644 --- a/src/Controller/MetadataProfileController.php +++ b/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()