Skip to content
Snippets Groups Projects
Commit 505f0150 authored by Marco von Frieling's avatar Marco von Frieling Committed by Italo Mairo
Browse files

Issue #3414224 by mvonfrie, dineshkumarbollu, salihcenap, itamair,...

Issue #3414224 by mvonfrie, dineshkumarbollu, salihcenap, itamair, carlodimartino: The service "media_library_importer.service" has a dependency on a non-existent service "queue_ui.batch"
parent fcfd69d8
No related branches found
No related tags found
1 merge request!2Issue #3414224: Install new dependency queue_ui via update hook
......@@ -13,3 +13,12 @@ function media_library_importer_install() {
// 'Configure media library importer' => TRUE,
// ));.
}
/**
* Enable the queue_ui module (new dependency).
*/
function media_library_importer_update_9001()
{
$installer = \Drupal::service('module_installer');
$installer->install(['queue_ui']);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment