mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
feat: move subject and sender fields to json
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
"icon": "fa fa-ticket",
|
||||
"idx": 7,
|
||||
"links": [],
|
||||
"modified": "2019-12-12 21:11:01.726692",
|
||||
"modified": "2020-01-13 16:20:30.392712",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Support",
|
||||
"name": "Issue",
|
||||
|
||||
@@ -14,9 +14,6 @@ from frappe.utils.user import is_website_user
|
||||
from erpnext.support.doctype.service_level_agreement.service_level_agreement import get_active_service_level_agreement_for
|
||||
from frappe.email.inbox import link_communication_to_document
|
||||
|
||||
sender_field = "raised_by"
|
||||
|
||||
|
||||
class Issue(Document):
|
||||
def get_feed(self):
|
||||
return "{0}: {1}".format(_(self.status), self.subject)
|
||||
|
||||
Reference in New Issue
Block a user