Browse Source

Reset permissions for DocType

version-14
Nabin Hait 10 years ago
parent
commit
1fb5b9eebe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/patches.txt

+ 1
- 0
frappe/patches.txt View File

@@ -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, '')=''") 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.modify_session
frappe.patches.v5_0.expire_old_scheduler_logs frappe.patches.v5_0.expire_old_scheduler_logs
execute:frappe.permissions.reset_perms("DocType")

Loading…
Cancel
Save