Skip to content

Commit

Permalink
Merge pull request #732 from City-of-Helsinki/UHF-9496_tpr_config_fix
Browse files Browse the repository at this point in the history
UHF-9496 TPR config fix
  • Loading branch information
khalima authored Apr 5, 2024
2 parents 010bcd5 + 6aad3e2 commit 9946211
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 1d151d93-b47d-473e-9800-6bef3ff31a4c
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 6d9eca3f-181b-419e-b0b5-9d45d376576f
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 5ceecd2f-a3a9-4ee5-a497-e91f998cac60
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 150332b7-7b7a-457e-9a71-b43876952ba8
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
label: 'Siirrä puhelinnumero Muut yhteystiedot -haitariin'
settings:
on_label: Kyllä
off_label: Ei
2 changes: 1 addition & 1 deletion modules/helfi_tpr_config/helfi_tpr_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function helfi_tpr_config_update_9062(): void {
/**
* UHF-9496: Move phone number option.
*/
function helfi_tpr_config_update_9063(): void {
function helfi_tpr_config_update_9064(): void {
// Re-import 'helfi_tpr_config' configuration.
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
Expand Down

0 comments on commit 9946211

Please sign in to comment.