Skip to content

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

@kennethwrife

Description

@kennethwrife

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions