Skip to content

Commit

Permalink
Fixed duplicated update hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed May 22, 2024
1 parent 754e1cf commit 864da60
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand All @@ -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');
}

0 comments on commit 864da60

Please sign in to comment.