From ea04287bd8fcf42d5efb93b837881cf0f1549eb9 Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Thu, 19 Mar 2026 19:33:22 +0000 Subject: [PATCH] fix: add Permission Error title --- frappe/desk/doctype/workspace/workspace.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/desk/doctype/workspace/workspace.py b/frappe/desk/doctype/workspace/workspace.py index 3d2373682d..8a9f8cee17 100644 --- a/frappe/desk/doctype/workspace/workspace.py +++ b/frappe/desk/doctype/workspace/workspace.py @@ -117,6 +117,7 @@ class Workspace(Document): frappe.throw( _("You need to be {0} to rename this document").format(frappe.bold("Workspace Manager")), frappe.PermissionError, + title=_("Permission Error"), ) def clear_cache(self):