Skip to content

Commit

Permalink
Part of bugfix KNOWAGE-8543
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanSovticEngIT committed Jul 5, 2024
1 parent 00688e8 commit 90e3914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function startOlap($http: any, user: any, sbiExecutionId: string, d
const params = createUrlParameters(uniqueID, language, country, sbiExecutionId, document, selectedTemplateContent, schema)

$http.get(import.meta.env.VITE_KNOWAGEWHATIF_CONTEXT + `/restful-services/olap/startolap`, { headers: { Accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' }, params: params }).then(() => {
router.push(`/olap-designer/${sbiExecutionId}?olapId=${document.id}&olapName=${document.name}&olapLabel=${document.label}&artifactId=${schema.currentContentId}`)
router.push(`/olap-designer/${sbiExecutionId}?olapId=${document.id}&olapName=${document.name}&olapLabel=${document.label}&artifactId=${schema.currentContentId}&reference=${schemaName}`)
})
}

Expand Down

0 comments on commit 90e3914

Please sign in to comment.