From e5b59c781f56e32884812f220ae428e825c5fb91 Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Wed, 19 Feb 2020 13:08:18 +0530 Subject: [PATCH] fix: show priority in Issue list view --- erpnext/support/doctype/issue/issue.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/erpnext/support/doctype/issue/issue.json b/erpnext/support/doctype/issue/issue.json index 222554bda1..53af80cb5e 100644 --- a/erpnext/support/doctype/issue/issue.json +++ b/erpnext/support/doctype/issue/issue.json @@ -1,4 +1,5 @@ { + "actions": [], "allow_import": 1, "allow_rename": 1, "autoname": "naming_series:", @@ -119,6 +120,7 @@ "default": "Medium", "fieldname": "priority", "fieldtype": "Link", + "in_list_view": 1, "in_standard_filter": 1, "label": "Priority", "options": "Issue Priority" @@ -363,8 +365,9 @@ ], "icon": "fa fa-ticket", "idx": 7, - "modified": "2019-09-11 09:03:57.465623", - "modified_by": "himanshu@erpnext.com", + "links": [], + "modified": "2020-02-18 21:26:35.636013", + "modified_by": "Administrator", "module": "Support", "name": "Issue", "owner": "Administrator",