Merge pull request #36932 from sokumon/reroute-if-not-found

This commit is contained in:
Soham Kulkarni 2026-02-11 01:09:37 +05:30 committed by GitHub
commit 0f3dc92974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();
},