diff --git a/jey_layout/api.py b/jey_layout/api.py index b0b5a4c..3ae4cf3 100644 --- a/jey_layout/api.py +++ b/jey_layout/api.py @@ -280,7 +280,7 @@ def reset_to_default(): def _bust_caches(): - for attr in (desk_layout._CACHE_ATTR, "_jey_layout_raw"): + for attr in (desk_layout._CACHE_ATTR, "_jey_blocked_doctypes", "_jey_blocked_workspaces", "_jey_blocked_slugs"): if hasattr(frappe.local, attr): delattr(frappe.local, attr)