Loading client-app/src/component/layout/SupersetDisplayer.js +6 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ define([ , 'src/component/base/_Show' , 'src/component/base/_Store' , 'src/redmicConfig' , 'src/util/Credentials' , 'superset-sdk' ], function( declare Loading @@ -17,6 +18,7 @@ define([ , _Show , _Store , redmicConfig , Credentials , SupersetSdk ) { Loading Loading @@ -108,7 +110,10 @@ define([ this._emitEvt('GET', { target: this.target, requesterId: this.getOwnChannel(), id: this.dashboardConfig.id id: this.dashboardConfig.id, query: { token: Credentials.get('oidAccessToken') } }); return this._guestToken; Loading client-app/src/component/store/RestManagerImpl.js +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ define([ 'resettingSetPassword', 'activateAccount' ], // TODO medida temporal, mientras convivan oauth y keycloak _oidPaths: [ 'acoustic-detection' ] Loading Loading
client-app/src/component/layout/SupersetDisplayer.js +6 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ define([ , 'src/component/base/_Show' , 'src/component/base/_Store' , 'src/redmicConfig' , 'src/util/Credentials' , 'superset-sdk' ], function( declare Loading @@ -17,6 +18,7 @@ define([ , _Show , _Store , redmicConfig , Credentials , SupersetSdk ) { Loading Loading @@ -108,7 +110,10 @@ define([ this._emitEvt('GET', { target: this.target, requesterId: this.getOwnChannel(), id: this.dashboardConfig.id id: this.dashboardConfig.id, query: { token: Credentials.get('oidAccessToken') } }); return this._guestToken; Loading
client-app/src/component/store/RestManagerImpl.js +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ define([ 'resettingSetPassword', 'activateAccount' ], // TODO medida temporal, mientras convivan oauth y keycloak _oidPaths: [ 'acoustic-detection' ] Loading