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-9562: Change email field formatter #722

Merged
merged 1 commit into from
Mar 26, 2024
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 @@ -93,10 +93,9 @@ content:
weight: 2
region: content
email:
type: string
type: email_mailto
label: hidden
settings:
link_to_entity: false
settings: { }
third_party_settings: { }
weight: 8
region: content
Expand Down Expand Up @@ -147,21 +146,21 @@ content:
third_party_settings: { }
weight: 24
region: content
longitude:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 23
region: content
links:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 25
region: content
longitude:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 23
region: content
name:
type: string
label: hidden
Expand Down
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 @@ -388,3 +388,12 @@ function helfi_tpr_config_update_9061(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
}

/**
* UHF-9562: Updated email field formatter.
*/
function helfi_tpr_config_update_9062(): void {
// Re-import 'helfi_tpr_config' configuration.
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
}
Loading