fix: change to link field

This commit is contained in:
Himanshu Warekar 2019-06-27 22:59:52 +05:30
parent ce9cdfb056
commit be0001ece6

View File

@ -18,13 +18,16 @@
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2018-07-20 13:08:43.797886",
"modified": "2019-06-27 22:58:49.609672",
"modified_by": "Administrator",
"module": "Support",
"name": "issues",
"owner": "Administrator",
"published": 1,
"route": "issues",
"route_to_success_link": 0,
"show_attachments": 0,
"show_in_grid": 0,
"show_sidebar": 1,
"sidebar_items": [],
"success_message": "",
@ -32,6 +35,7 @@
"title": "Issue",
"web_form_fields": [
{
"allow_read_on_all_link_options": 0,
"fieldname": "subject",
"fieldtype": "Data",
"hidden": 0,
@ -39,9 +43,11 @@
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 1
"reqd": 1,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "Open",
"fieldname": "status",
"fieldtype": "Select",
@ -51,9 +57,11 @@
"max_value": 0,
"options": "Open\nReplied\nHold\nClosed",
"read_only": 1,
"reqd": 0
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "customer",
"fieldtype": "Data",
"hidden": 0,
@ -62,9 +70,11 @@
"max_value": 0,
"options": "Customer",
"read_only": 1,
"reqd": 0
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "description",
"fieldtype": "Text",
"hidden": 0,
@ -72,9 +82,11 @@
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "attachment",
"fieldtype": "Attach",
"hidden": 0,
@ -82,21 +94,25 @@
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "Medium",
"fieldname": "priority",
"fieldtype": "Select",
"fieldtype": "Link",
"hidden": 0,
"label": "Priority",
"max_length": 0,
"max_value": 0,
"options": "Low\nMedium\nHigh",
"options": "Issue Priority",
"read_only": 0,
"reqd": 1
"reqd": 1,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "1",
"fieldname": "via_customer_portal",
"fieldtype": "Check",
@ -105,7 +121,8 @@
"max_length": 0,
"max_value": 0,
"read_only": 1,
"reqd": 0
"reqd": 0,
"show_in_filter": 0
}
]
}