Fixed Permissions for LMS User

This commit is contained in:
scmmishra 2018-11-03 19:32:29 +05:30 committed by Aditya Hase
parent 73a31ec7bb
commit 90722e3a9b
2 changed files with 42 additions and 2 deletions

View File

@ -476,7 +476,7 @@
"istable": 0,
"max_attachments": 0,
"menu_index": 0,
"modified": "2018-11-01 18:05:06.781030",
"modified": "2018-11-03 13:03:08.480261",
"modified_by": "Administrator",
"module": "Education",
"name": "Program",
@ -501,12 +501,32 @@
"share": 1,
"submit": 0,
"write": 1
},
{
"amend": 0,
"cancel": 0,
"create": 0,
"delete": 0,
"email": 1,
"export": 1,
"if_owner": 0,
"import": 0,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Guest",
"set_user_permissions": 0,
"share": 1,
"submit": 0,
"write": 0
}
],
"quick_entry": 0,
"read_only": 0,
"read_only_onload": 0,
"restrict_to_domain": "Education",
"route": "",
"search_fields": "program_name",
"show_name_in_global_search": 1,
"sort_field": "modified",

View File

@ -1,5 +1,6 @@
{
"allow_copy": 0,
"allow_events_in_timeline": 0,
"allow_guest_to_view": 0,
"allow_import": 1,
"allow_rename": 0,
@ -714,7 +715,7 @@
"istable": 0,
"max_attachments": 0,
"menu_index": 0,
"modified": "2018-08-21 16:15:35.014952",
"modified": "2018-11-03 17:52:44.017627",
"modified_by": "Administrator",
"module": "Education",
"name": "Program Enrollment",
@ -739,6 +740,25 @@
"share": 1,
"submit": 1,
"write": 1
},
{
"amend": 0,
"cancel": 0,
"create": 1,
"delete": 0,
"email": 1,
"export": 1,
"if_owner": 0,
"import": 0,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "LMS User",
"set_user_permissions": 0,
"share": 1,
"submit": 1,
"write": 1
}
],
"quick_entry": 0,