fix: resolve page not found error

This commit is contained in:
Vishnu VS 2023-10-22 15:55:11 +05:30 committed by GitHub
parent 135fb6a486
commit 2e431f75fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -379,7 +379,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
frappe.xcall(method, { args: args }).then(() => {
let message;
if (dashboard_name) {
let dashboard_route_html = `<a href="#dashboard-view/${dashboard_name}">${dashboard_name}</a>`;
let dashboard_route_html = `<a href="/app/dashboard-view/${dashboard_name}">${dashboard_name}</a>`;
message = __("New {0} {1} added to Dashboard {2}", [
__(doctype),
name,