You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a bug on the installation of BCE, on bceInstall.php, on this line:
$baseRendererInstance->getProperty("skin")->setValue($moufManager->getInstanceDescriptor("javascript.bootstrap"));
I resolved the bug by adding in the composer.json a dependency on bootstrap, but i do not think this is the correct solution.
The text was updated successfully, but these errors were encountered:
Hello,
I got a bug on the installation of BCE, on bceInstall.php, on this line:
$baseRendererInstance->getProperty("skin")->setValue($moufManager->getInstanceDescriptor("javascript.bootstrap"));
I resolved the bug by adding in the composer.json a dependency on bootstrap, but i do not think this is the correct solution.
The text was updated successfully, but these errors were encountered: