From cfeb1db3f5dc1676dc0f393222c21f7dd2cc00d0 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sun, 10 Mar 2024 12:58:18 +0530 Subject: [PATCH] fix: ignore route history and access log from link check --- frappe/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frappe/hooks.py b/frappe/hooks.py index 58ca8412a6..868d3889e2 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -414,6 +414,8 @@ ignore_links_on_delete = [ "Unhandled Email", "Webhook Request Log", "Workspace", + "Route History", + "Access Log", ] # Request Hooks