Skip to content
Snippets Groups Projects
Commit c667bd6d authored by Norman Kämper-Leymann's avatar Norman Kämper-Leymann
Browse files

Issue #3432393: Service definition callbacks are not being executed anymore

parent a47cf97e
No related branches found
No related tags found
1 merge request!23#3432393 Fix Service definition callbacks are not being executed anymore
Pipeline #214800 passed with warnings
......@@ -13,8 +13,10 @@
drupalSettings.klaroConfig.services[index].callback !==
undefined
) {
drupalSettings.klaroConfig.services[index].callback = () =>
drupalSettings.klaroConfig.services[index].callback;
drupalSettings.klaroConfig.services[index].callback =
new Function(
`return ${drupalSettings.klaroConfig.services[index].callback}`,
)();
}
});
}
......
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