Skip to content

Commit

Permalink
Merge pull request #715 from City-of-Helsinki/UHF-9755
Browse files Browse the repository at this point in the history
UHF-9755
  • Loading branch information
khalima authored Mar 19, 2024
2 parents 1f72903 + 4cb32c8 commit 8758358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"drupal/pathauto": "^1.8",
"drupal/publication_date": "^2.0@beta",
"drupal/rdf": "^2.0",
"drupal/readonly_field_widget": "^1.0",
"drupal/redirect": "^1.6",
"drupal/role_delegation": "^1.1",
"drupal/scheduler": "^1.3",
Expand Down
3 changes: 3 additions & 0 deletions modules/helfi_react_search/helfi_react_search.install
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ function helfi_react_search_update_9005() {
* UHF-9613: Update events list field descriptions and translation.
*/
function helfi_react_search_update_9006() : void {
$module_installer = \Drupal::service('module_installer');
$module_installer->install(['readonly_field_widget']);

// Make sure the configurations are correctly installed.
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_react_search');
Expand Down

0 comments on commit 8758358

Please sign in to comment.