From 9f316a3b3038a7188fb72ce1840671181cc12449 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Tue, 6 Nov 2018 11:25:52 +0530 Subject: [PATCH] Permission changes --- erpnext/education/doctype/course/course.json | 21 ++++++++++++++++++- .../education/doctype/program/program.json | 21 ++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/erpnext/education/doctype/course/course.json b/erpnext/education/doctype/course/course.json index 00a408ee22..148077877c 100644 --- a/erpnext/education/doctype/course/course.json +++ b/erpnext/education/doctype/course/course.json @@ -478,7 +478,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-10-16 13:03:09.310985", + "modified": "2018-10-19 13:03:09.310985", "modified_by": "Administrator", "module": "Education", "name": "Course", @@ -522,6 +522,25 @@ "share": 1, "submit": 0, "write": 1 + }, + { + "amend": 0, + "cancel": 0, + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "System Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 0, + "write": 1 } ], "quick_entry": 0, diff --git a/erpnext/education/doctype/program/program.json b/erpnext/education/doctype/program/program.json index b2777afc7c..4628da801e 100644 --- a/erpnext/education/doctype/program/program.json +++ b/erpnext/education/doctype/program/program.json @@ -476,7 +476,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-11-03 13:03:08.480261", + "modified": "2018-11-05 18:59:59.784033", "modified_by": "Administrator", "module": "Education", "name": "Program", @@ -520,6 +520,25 @@ "share": 1, "submit": 0, "write": 0 + }, + { + "amend": 0, + "cancel": 0, + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "System Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 0, + "write": 1 } ], "quick_entry": 0,