fix: add Permission Error title
This commit is contained in:
parent
abff9626a6
commit
ea04287bd8
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue