Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CST work in newer versions of BA server, 8 and 9 #11

Open
kennethwrife opened this issue Apr 29, 2020 · 1 comment
Open

Make CST work in newer versions of BA server, 8 and 9 #11

kennethwrife opened this issue Apr 29, 2020 · 1 comment

Comments

@kennethwrife
Copy link

change in tabs.js
//$(window).load(function(){ TO
$(window).on('load', function(){
and around line 62
//$($(".pentaho-tab-deck-panel iframe")[0]).load(function(){ TO
$($(".pentaho-tab-deck-panel iframe")[0]).on('load', function(){
Also make shure
lib/cpf.... and lib/cpk... are new versions 8 or 9

@omski
Copy link

omski commented Sep 2, 2020

see https://github.com/omski/cst for a working version for Pentaho v8

thanks @kennethwrife for help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants