mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 13:55:19 +00:00
fix: Add authorization checks on internal functions (#55709)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user