Skip to content

Commit

Permalink
UHF-9493: readd hal/rdf since the update hook did not run properly fi…
Browse files Browse the repository at this point in the history
…rst time
  • Loading branch information
rpnykanen committed Jun 25, 2024
1 parent 3b843e5 commit 5755a4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/gin_toolbar": "^1.0@rc",
"drupal/hal": "^2.0",
"drupal/helfi_api_base": "*",
"drupal/helfi_tpr": "*",
"drupal/image_style_quality": "^1.4",
Expand All @@ -45,6 +46,7 @@
"drupal/paragraphs_asymmetric_translation_widgets": "^1.0",
"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",
Expand Down
7 changes: 7 additions & 0 deletions helfi_platform_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@ function helfi_platform_config_update_9308() : void {
$module_installer->install(['help']);
}
}

/**
* Rerun hal/rdf module disabling since the first one did not run.
*/
function helfi_platform_config_update_9309() {
helfi_platform_config_update_9307();
}

0 comments on commit 5755a4b

Please sign in to comment.