fix: Missing method reset_issue_metrics added back to Issue doctype (#26573)
This commit is contained in:
parent
e196dee510
commit
8db0f07115
@ -116,6 +116,10 @@ class Issue(Document):
|
||||
}).insert(ignore_permissions=True)
|
||||
|
||||
return replicated_issue.name
|
||||
|
||||
def reset_issue_metrics(self):
|
||||
self.db_set("resolution_time", None)
|
||||
self.db_set("user_resolution_time", None)
|
||||
|
||||
def get_list_context(context=None):
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user