Skip to content
Snippets Groups Projects
Commit d7106fca authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3454189: hook_update_8003 to 8.x-1.8 installs optional config and breaks my site

parent 7dc13c54
No related branches found
No related tags found
No related merge requests found
Pipeline #200934 passed with warnings
......@@ -6,7 +6,6 @@ dependencies:
_core:
default_config_hash: EkPFj8uba5YsGtMNWXPTQ40UIzmW-MwIOhkdBgx2reI
id: workflowtransitionform
region: ''
weight: -7
provider: workflow
plugin: workflow_transition_form_block
......
......@@ -109,8 +109,7 @@ function workflow_update_8002(&$sandbox) {
}
/**
* This will install a Transition Block, a History View and an Action.
* This will optionally install a Transition Block, History View and Action.
*/
function workflow_update_8003(&$sandbox) {
\Drupal::service('config.installer')->installOptionalConfig();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment