mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
Merge branch 'master' of github.com:webnotes/erpnext into dev
Conflicts: erpnext/patches/patch_list.py
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""\
|
||||
update `tabDocPerm` set `match`=NULL
|
||||
where parent='Event' and role='All' and permlevel=0""")
|
||||
@@ -500,4 +500,9 @@ patch_list = [
|
||||
'patch_file': 'auth_table',
|
||||
'description': 'create new __Auth table'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.july_2012',
|
||||
'patch_file': 'remove_event_role_owner_match',
|
||||
'description': "Remove Owner match from Event DocType's Permissions"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user