Merge pull request #19317 from frappe/revert-19265-issue_fix

refactor: Remove ignore_disabled flag from issue doctype
This commit is contained in:
Deepesh Garg
2019-10-27 18:38:53 +05:30
committed by GitHub

View File

@@ -22,7 +22,6 @@ class Issue(Document):
return "{0}: {1}".format(_(self.status), self.subject)
def validate(self):
self.flags.ignore_disabled = 1
if self.is_new() and self.via_customer_portal:
self.flags.create_communication = True