This commit is contained in:
2021-12-28 19:11:55 +00:00
parent 9085b6e88d
commit 13aaf883ee
4 changed files with 11 additions and 9 deletions

View File

@@ -585,7 +585,7 @@ export default {
if (toPath != undefined) {
//check if it's an open report link and if so
//trigger that to open in a new window and continue on to normal home page
if (toPath.startsWith("/viewreport")) {
if (toPath.startsWith("/xxxxxxxxviewreport")) {
(async function() {
//open report links have a query string /viewreport?oid=[objectid]&rid=[reportid]
const searchParams = new URLSearchParams(vm.$route.params.search);