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
commit 8e7bb002e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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