diff --git a/conf/cmi/grants_metadata.settings.yml b/conf/cmi/grants_metadata.settings.yml index f37c30d87..f989b5e55 100644 --- a/conf/cmi/grants_metadata.settings.yml +++ b/conf/cmi/grants_metadata.settings.yml @@ -484,6 +484,18 @@ overridden_configuration: applicationOpen: '2024-01-03T11:08:26' applicationClose: '2029-07-30T11:19:00' disableCopying: 0 + - + 68: + grants_metadata: + applicationOpen: '2024-01-03T11:08:26' + applicationClose: '2029-07-30T11:19:00' + disableCopying: 0 + - + 70: + grants_metadata: + applicationOpen: '2022-10-03T11:08:26' + applicationClose: '2029-07-30T11:19:00' + disableCopying: 0 - 71: grants_metadata: diff --git a/conf/cmi/webform.webform.hyteed_yleis.yml b/conf/cmi/webform.webform.hyteed_yleis.yml index e9caeae6b..5ee41c350 100644 --- a/conf/cmi/webform.webform.hyteed_yleis.yml +++ b/conf/cmi/webform.webform.hyteed_yleis.yml @@ -23,8 +23,8 @@ third_party_settings: applicationActingYearsNextCount: '1' applicationContinuous: 0 disableCopying: 0 - status: development - parent: d8472e68-d6bd-4de2-a409-f0a177bf9e94 + status: released + parent: '' avus2BreakingChange: 0 weight: 0 open: null diff --git a/conf/cmi/webform.webform.sotepe_yleis.yml b/conf/cmi/webform.webform.sotepe_yleis.yml index a1bd7fe6f..3199ad7d6 100644 --- a/conf/cmi/webform.webform.sotepe_yleis.yml +++ b/conf/cmi/webform.webform.sotepe_yleis.yml @@ -17,14 +17,14 @@ third_party_settings: 49: '49' applicationTargetGroup: '30' applicationOpen: '2022-10-03T11:08:26' - applicationClose: '2029-07-30T11:19:00' + applicationClose: '2024-07-30T11:19:00' applicationActingYearsType: next_x_years applicationActingYears: { } applicationActingYearsNextCount: '1' applicationContinuous: 0 disableCopying: 0 - status: development - parent: d8472e68-d6bd-4de2-a409-f0a177bf9e94 + status: released + parent: "" avus2BreakingChange: 0 weight: 0 open: null diff --git a/public/modules/custom/grants_webform_import/src/Commands/WebformConfigOverrideCommands.php b/public/modules/custom/grants_webform_import/src/Commands/WebformConfigOverrideCommands.php index aaddf6c32..710f5f2b0 100644 --- a/public/modules/custom/grants_webform_import/src/Commands/WebformConfigOverrideCommands.php +++ b/public/modules/custom/grants_webform_import/src/Commands/WebformConfigOverrideCommands.php @@ -259,7 +259,7 @@ private function getApplicationTypeIdMapping(): array { // Get an array of all the items with a "parent". $itemsWithParent = array_filter($mapping, function ($item) { - return isset($item['parent']); + return isset($item['parent']) && $item['parent'] !== ""; }); // Get the parent UUIDs.