Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHF-9159: Subgroup field display configs #646

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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');
}
Loading