Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
We have a Mashup using carousel. It's based on this js :
require.config({
baseUrl: (config.isSecure ? 'https://' : 'http://') + config.host + (config.port ? ':' + config.port : '') + config.prefix + 'resources',
paths: {
jquery: '/extensions/' + extName + '/assets/js/jquery-3.3.1.min',
popper: '/extensions/' + extName + '/assets/js/popper-1.14.4.min',
tether: '/extensions/' + extName + '/assets/js/tether-1.3.3.min',
boosted: '/extensions/' + extName + '/assets/js/boosted-4.1.3.bundle.min'
}
});
and this html
<div class="container">
<div class="row" style="height: 30vh">
<div class="col-md-12 ">
<div id="mycarousel" class="carousel slide kpi" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#mycarousel" data-slide-to="0" class="active"></li>
<li data-target="#mycarousel" data-slide-to="1"></li>
<li data-target="#mycarousel" data-slide-to="2"></li>
So the carousel is no more active. There are also some other issues on buttons.. Am I the only one to have these issues?
Best regards,
Simon
Hello,
So, it appears we use SAML. I had to made some changes in the link to the composants :
Best regards,
Simon
Hello,
So, it appears we use SAML. I had to made some changes in the link to the composants :
Best regards,
Simon