diff --git a/modules/helfi_paragraphs_news_list/helfi_paragraphs_news_list.install b/modules/helfi_paragraphs_news_list/helfi_paragraphs_news_list.install index 181070056..ca5eb855b 100644 --- a/modules/helfi_paragraphs_news_list/helfi_paragraphs_news_list.install +++ b/modules/helfi_paragraphs_news_list/helfi_paragraphs_news_list.install @@ -112,14 +112,6 @@ function helfi_paragraphs_news_list_update_9004() : void { helfi_paragraphs_news_list_grant_permissions(); } -/** - * UHF-8974 Update the translations for the news list paragraph type. - */ -function helfi_paragraphs_news_list_update_9007() : void { - \Drupal::service('helfi_platform_config.config_update_helper') - ->update('helfi_paragraphs_news_list'); -} - /** * Delete old field frontpage tid field. */ @@ -135,3 +127,11 @@ function helfi_paragraphs_news_list_update_9007() : void { \Drupal::service('helfi_platform_config.config_update_helper') ->update('helfi_paragraphs_news_list'); } + +/** + * UHF-8974 Update the translations for the news list paragraph type. + */ +function helfi_paragraphs_news_list_update_9008() : void { + \Drupal::service('helfi_platform_config.config_update_helper') + ->update('helfi_paragraphs_news_list'); +}