mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
[minor] add attachment to issue via portal:
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"doctype": "Web Form",
|
"doctype": "Web Form",
|
||||||
"introduction_text": null,
|
"introduction_text": null,
|
||||||
"login_required": 1,
|
"login_required": 1,
|
||||||
"modified": "2015-06-01 05:59:03.697380",
|
"modified": "2015-06-01 08:14:26.350792",
|
||||||
"name": "issues",
|
"name": "issues",
|
||||||
"page_name": "issues",
|
"page_name": "issues",
|
||||||
"published": 1,
|
"published": 1,
|
||||||
@@ -50,6 +50,17 @@
|
|||||||
"options": null,
|
"options": null,
|
||||||
"read_only": 0,
|
"read_only": 0,
|
||||||
"reqd": 0
|
"reqd": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": null,
|
||||||
|
"description": null,
|
||||||
|
"fieldname": "attachment",
|
||||||
|
"fieldtype": "Attach",
|
||||||
|
"hidden": null,
|
||||||
|
"label": "Attachment",
|
||||||
|
"options": null,
|
||||||
|
"read_only": null,
|
||||||
|
"reqd": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"web_page_link_text": null
|
"web_page_link_text": null
|
||||||
|
|||||||
@@ -229,11 +229,19 @@
|
|||||||
"hidden": 1,
|
"hidden": 1,
|
||||||
"label": "Content Type",
|
"label": "Content Type",
|
||||||
"permlevel": 0
|
"permlevel": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "attachment",
|
||||||
|
"fieldtype": "Attach",
|
||||||
|
"hidden": 1,
|
||||||
|
"label": "Attachment",
|
||||||
|
"permlevel": 0,
|
||||||
|
"precision": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "icon-ticket",
|
"icon": "icon-ticket",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"modified": "2015-06-01 03:48:24.849210",
|
"modified": "2015-06-01 08:14:01.750421",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Support",
|
"module": "Support",
|
||||||
"name": "Issue",
|
"name": "Issue",
|
||||||
|
|||||||
Reference in New Issue
Block a user