From 1c4210a548b3c4d210d2712f869248b302ad1775 Mon Sep 17 00:00:00 2001 From: Stanislav Kutasevits Date: Tue, 11 Jun 2024 16:51:55 +0300 Subject: [PATCH] OS-52 Maestro notification cpr_guardian --- .../src/Plugin/WebformHandler/MaestroNotificationHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/os2forms_forloeb/src/Plugin/WebformHandler/MaestroNotificationHandler.php b/modules/os2forms_forloeb/src/Plugin/WebformHandler/MaestroNotificationHandler.php index 02c7f943..69d7d9a7 100644 --- a/modules/os2forms_forloeb/src/Plugin/WebformHandler/MaestroNotificationHandler.php +++ b/modules/os2forms_forloeb/src/Plugin/WebformHandler/MaestroNotificationHandler.php @@ -239,6 +239,7 @@ private function getRecipientElementOptions(): array { 'cvr_element', 'cvr_value_element', 'os2forms_person_lookup', + 'os2forms_mitid_child_other_guardian', ]; $isAllowedElement = static fn ($e) => in_array($e['#type'], $elementTypes, TRUE);