Skip to content
Snippets Groups Projects
Commit 6ee69f23 authored by Oleksandr Horbatiuk's avatar Oleksandr Horbatiuk Committed by Stephen Mustgrave
Browse files

Issue #3371613 by chmez: Missing autocomplete library

parent 6c8d20bf
Branches
No related tags found
1 merge request!30Issue #3371613 by chmez: Missing autocomplete library
......@@ -40,3 +40,10 @@ function module_filter_update_9402() {
$config->set('path', (bool) $config->get('path'));
$config->save(TRUE);
}
/**
* Enable jQuery UI Autocomplete module.
*/
function module_filter_update_9403() {
\Drupal::service('module_installer')->install(['jquery_ui_autocomplete']);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment