From e0e4355c30373f8cb39dfccc207a1becf36ce9ad Mon Sep 17 00:00:00 2001 From: Anna Lonka Date: Thu, 14 Nov 2024 08:58:57 +0200 Subject: [PATCH] UHF-10239: Added update function to re-import helfi_media configs --- modules/helfi_media/helfi_media.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/helfi_media/helfi_media.install b/modules/helfi_media/helfi_media.install index 5ba4bda47..04ef15a18 100644 --- a/modules/helfi_media/helfi_media.install +++ b/modules/helfi_media/helfi_media.install @@ -118,9 +118,9 @@ function helfi_media_update_9013(): void { } /** - * UHF-10191: Add new view mode for Image media type. + * UHF-10239: Add new view mode for Image media type. */ -function helfi_media_update_9015(): void { +function helfi_media_update_9016(): void { // Re-import 'helfi_media' configuration. \Drupal::service('helfi_platform_config.config_update_helper') ->update('helfi_media');