mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 02:55:20 +00:00
[share] add share permission
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"icon": "icon-flag",
|
||||
"idx": 1,
|
||||
"in_dialog": 0,
|
||||
"modified": "2015-01-15 15:22:10.640553",
|
||||
"modified": "2015-02-05 05:11:34.201187",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Activity Type",
|
||||
@@ -33,6 +33,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "System Manager",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
@@ -44,6 +45,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Projects User",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
}
|
||||
]
|
||||
|
||||
@@ -273,7 +273,7 @@
|
||||
"icon": "icon-puzzle-piece",
|
||||
"idx": 1,
|
||||
"max_attachments": 4,
|
||||
"modified": "2015-01-07 15:03:59.981848",
|
||||
"modified": "2015-02-05 05:11:43.094638",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project",
|
||||
@@ -290,6 +290,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Projects User",
|
||||
"share": 1,
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
},
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
"icon": "icon-check",
|
||||
"idx": 1,
|
||||
"max_attachments": 5,
|
||||
"modified": "2015-01-07 14:57:22.370410",
|
||||
"modified": "2015-02-05 05:11:47.984820",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Task",
|
||||
@@ -233,6 +233,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Projects User",
|
||||
"share": 1,
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
}
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
"icon": "icon-time",
|
||||
"idx": 1,
|
||||
"is_submittable": 1,
|
||||
"modified": "2015-01-29 07:36:29.343589",
|
||||
"modified": "2015-02-05 05:11:48.252723",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Time Log",
|
||||
@@ -217,6 +217,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Projects User",
|
||||
"share": 1,
|
||||
"submit": 1,
|
||||
"write": 1
|
||||
},
|
||||
@@ -230,6 +231,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Projects Manager",
|
||||
"share": 1,
|
||||
"submit": 1,
|
||||
"write": 1
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"icon": "icon-time",
|
||||
"idx": 1,
|
||||
"is_submittable": 1,
|
||||
"modified": "2015-01-08 12:06:19.123049",
|
||||
"modified": "2015-02-05 05:11:48.360822",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Time Log Batch",
|
||||
@@ -101,6 +101,7 @@
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Projects User",
|
||||
"share": 1,
|
||||
"submit": 1,
|
||||
"write": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user