fix: resolve page not found error
This commit is contained in:
parent
135fb6a486
commit
2e431f75fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue