fix: Redirect Background Jobs to RQ Jobs
This commit is contained in:
parent
1053fba273
commit
c262eaf18d
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ frappe.ui.toolbar.Toolbar = class {
|
|||
frappe.utils.generate_tracking_url,
|
||||
__("Generate Tracking URL")
|
||||
);
|
||||
|
||||
frappe.search.utils.make_function_searchable(function () {
|
||||
frappe.set_route("List", "RQ Job");
|
||||
}, __("Background Jobs"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue