This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user