mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
[files] [patch] dropped file_list property and moved links to
This commit is contained in:
@@ -1,75 +1,76 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-01-02 17:08:46",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-07-03 13:30:42",
|
||||
"modified": "2013-01-01 18:58:55",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2013-01-01 18:58:55"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"read_only": 1,
|
||||
"in_create": 1,
|
||||
"allow_attach": 0,
|
||||
"autoname": "QUES.#######",
|
||||
"name": "__common__",
|
||||
"module": "Utilities",
|
||||
"doctype": "DocType",
|
||||
"allow_attach": 0
|
||||
"in_create": 1,
|
||||
"module": "Utilities",
|
||||
"name": "__common__",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Question",
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Question",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"parent": "Question",
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"cancel": 1,
|
||||
"name": "__common__",
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"name": "__common__",
|
||||
"parent": "Question",
|
||||
"parentfield": "permissions",
|
||||
"parenttype": "DocType",
|
||||
"role": "All",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "All",
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"name": "Question",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Question"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "question",
|
||||
"fieldtype": "Text",
|
||||
"label": "Question",
|
||||
"oldfieldname": "question",
|
||||
"fieldname": "question",
|
||||
"fieldtype": "Text"
|
||||
"oldfieldtype": "Text"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Points",
|
||||
"fieldname": "points",
|
||||
"fieldtype": "Int",
|
||||
"hidden": 1
|
||||
"hidden": 1,
|
||||
"label": "Points"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text Editor",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "answer",
|
||||
"fieldtype": "Text Editor",
|
||||
"label": "Answer",
|
||||
"oldfieldname": "answer",
|
||||
"fieldname": "answer",
|
||||
"fieldtype": "Text Editor"
|
||||
"oldfieldtype": "Text Editor"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "User Tags",
|
||||
"fieldname": "_user_tags",
|
||||
"fieldtype": "Data",
|
||||
"hidden": 1
|
||||
"hidden": 1,
|
||||
"label": "User Tags"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -77,15 +78,6 @@
|
||||
"fieldtype": "Text",
|
||||
"label": "Users Voted"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text",
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"oldfieldname": "file_list",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,31 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-04-09 11:45:31",
|
||||
"docstatus": 0,
|
||||
"creation": "2011-05-04 11:09:50",
|
||||
"modified": "2013-04-09 11:47:24",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2011-03-29 13:54:27"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"doctype": "Page",
|
||||
"module": "Utilities",
|
||||
"standard": "Yes",
|
||||
"name": "__common__",
|
||||
"page_name": "Question View",
|
||||
"doctype": "Page"
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "question-view",
|
||||
"doctype": "Page"
|
||||
"doctype": "Page Role",
|
||||
"name": "__common__",
|
||||
"parent": "question-view",
|
||||
"parentfield": "roles",
|
||||
"parenttype": "Page",
|
||||
"role": "All"
|
||||
},
|
||||
{
|
||||
"doctype": "Page",
|
||||
"name": "question-view"
|
||||
},
|
||||
{
|
||||
"doctype": "Page Role"
|
||||
}
|
||||
]
|
||||
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2012-06-14 18:44:56",
|
||||
"creation": "2013-04-09 11:50:08",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-04-09 10:25:31",
|
||||
"modified": "2013-04-09 11:52:08",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user