fix: Redirect Background Jobs to RQ Jobs

This commit is contained in:
Suraj Shetty 2023-04-17 11:19:19 +05:30
parent 1053fba273
commit c262eaf18d

View file

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