Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
simonaubert
Partner - Specialist II
Partner - Specialist II

Bootstrap carousel (and other functions)broken since Upgrade QS Feb 2020

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

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
1 Solution

Accepted Solutions
simonaubert
Partner - Specialist II
Partner - Specialist II
Author

Hello,

 

So, it appears we use SAML. I had to made some changes in the link to the composants :

image.png

 

Best regards,

 

Simon

Bi Consultant (Dataviz & Dataprep) @ Business & Decision

View solution in original post

1 Reply
simonaubert
Partner - Specialist II
Partner - Specialist II
Author

Hello,

 

So, it appears we use SAML. I had to made some changes in the link to the composants :

image.png

 

Best regards,

 

Simon

Bi Consultant (Dataviz & Dataprep) @ Business & Decision