fix: Add authorization checks on internal functions (#55709)

This commit is contained in:
Ankush Menat
2026-06-08 14:49:32 +05:30
committed by GitHub
parent 5eb9461cfd
commit ba936eefab
16 changed files with 20 additions and 38 deletions

View File

@@ -119,7 +119,6 @@ class Issue(Document):
@frappe.whitelist()
def split_issue(self, subject: str, communication_id: str):
# Bug: Pressing enter doesn't send subject
from copy import deepcopy
replicated_issue = deepcopy(self)