[fix] Remove guest perms from Issue

This commit is contained in:
Pratik Vyas 2015-05-28 12:51:37 +05:30
parent 95b995be6d
commit 37ee57c211
2 changed files with 2 additions and 15 deletions

View File

@ -159,3 +159,4 @@ erpnext.patches.v5_0.rename_pos_setting
erpnext.patches.v5_0.update_operation_description
erpnext.patches.v5_0.set_footer_address
execute:frappe.db.set_value("Backup Manager", None, "send_backups_to_dropbox", 1 if frappe.db.get_value("Backup Manager", None, "upload_backups_to_dropbox") in ("Daily", "Weekly") else 0)
execute:frappe.db.sql_list("delete from `tabDocPerm` where parent='Issue' and modified_by='Administrator' and role='Guest'")

View File

@ -233,26 +233,12 @@
],
"icon": "icon-ticket",
"idx": 1,
"modified": "2015-05-20 07:16:53.673114",
"modified": "2015-05-28 03:21:04.690112",
"modified_by": "Administrator",
"module": "Support",
"name": "Issue",
"owner": "Administrator",
"permissions": [
{
"amend": 0,
"create": 1,
"delete": 0,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Guest",
"share": 1,
"submit": 0,
"write": 1
},
{
"amend": 0,
"apply_user_permissions": 1,