Add Priority field in issue webform and portal (#14967)

This commit is contained in:
Shreya Shah
2018-07-23 11:14:00 +05:30
committed by Nabin Hait
parent 789ad180ea
commit 83dfc0a2b1
2 changed files with 33 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2018-05-07 05:54:22.213127",
"modified": "2018-07-20 13:08:43.797886",
"modified_by": "Administrator",
"module": "Support",
"name": "issues",
@@ -84,6 +84,18 @@
"read_only": 0,
"reqd": 0
},
{
"default": "Medium",
"fieldname": "priority",
"fieldtype": "Select",
"hidden": 0,
"label": "Priority",
"max_length": 0,
"max_value": 0,
"options": "Low\nMedium\nHigh",
"read_only": 0,
"reqd": 1
},
{
"default": "1",
"fieldname": "via_customer_portal",