diff --git a/composer.json b/composer.json index 8436be4c4..95d77967d 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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", diff --git a/helfi_platform_config.install b/helfi_platform_config.install index e328a7361..f3b60861b 100644 --- a/helfi_platform_config.install +++ b/helfi_platform_config.install @@ -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(); +}