Skip to content

Commit

Permalink
UHF-10239: Added update function to re-import helfi_media configs
Browse files Browse the repository at this point in the history
  • Loading branch information
annadruid committed Nov 14, 2024
1 parent 075e5b4 commit e0e4355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/helfi_media/helfi_media.install
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e0e4355

Please sign in to comment.