Merge pull request #36932 from sokumon/reroute-if-not-found
This commit is contained in:
commit
0f3dc92974
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ frappe.request.call = function (opts) {
|
|||
title: __("Not found"),
|
||||
indicator: "red",
|
||||
message: __("The resource you are looking for is not available"),
|
||||
re_route: true,
|
||||
});
|
||||
opts.error_callback && opts.error_callback();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue