From 1fb5b9eebe696e665e9635791d2c754432c4299a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 10 Jul 2015 11:16:02 +0530 Subject: [PATCH] Reset permissions for DocType --- frappe/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/patches.txt b/frappe/patches.txt index c306188ee8..13c38027c1 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -80,3 +80,4 @@ frappe.patches.v5_0.fix_text_editor_file_urls execute:frappe.db.sql("update `tabComment` set comment_type='Comment' where comment_doctype='Blog Post' and ifnull(comment_type, '')=''") frappe.patches.v5_0.modify_session frappe.patches.v5_0.expire_old_scheduler_logs +execute:frappe.permissions.reset_perms("DocType") \ No newline at end of file