fix: add Permission Error title

This commit is contained in:
KerollesFathy 2026-03-19 19:33:22 +00:00
parent abff9626a6
commit ea04287bd8

View file

@ -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):