Skip to content

Commit

Permalink
Merge pull request #646 from City-of-Helsinki/UHF-9159_subgroup-field…
Browse files Browse the repository at this point in the history
…-conf

UHF-9159: Subgroup field display configs
  • Loading branch information
dire authored Nov 21, 2023
2 parents 2ec8649 + e85ce56 commit a53a1a6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,4 @@ hidden:
hide_description: true
ontologyword_ids: true
show_www: true
subgroup: true
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,4 @@ hidden:
langcode: true
show_www: true
streetview_entrance_url: true
subgroup: true
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
unit_picture_caption: true
www: true
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
unit_picture_caption: true
www: true
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
www: true
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
www: true
9 changes: 9 additions & 0 deletions modules/helfi_tpr_config/helfi_tpr_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,12 @@ function helfi_tpr_config_update_9049(): void {
'update tpr_unit',
]);
}

/**
* UHF-9159: Subgroup field display configs.
*/
function helfi_tpr_config_update_9050(): void {
// Re-import 'helfi_tpr_config' configuration.
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
}

0 comments on commit a53a1a6

Please sign in to comment.