From c5321f12f23e28e073cbfdbea31f3b8a5e07b892 Mon Sep 17 00:00:00 2001 From: Gursheen Anand Date: Wed, 4 Oct 2023 12:51:41 +0530 Subject: [PATCH] fix: allow write perm by default --- frappe/core/doctype/audit_trail/audit_trail.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frappe/core/doctype/audit_trail/audit_trail.json b/frappe/core/doctype/audit_trail/audit_trail.json index 8ad5a88c37..4e47ce2562 100644 --- a/frappe/core/doctype/audit_trail/audit_trail.json +++ b/frappe/core/doctype/audit_trail/audit_trail.json @@ -21,7 +21,7 @@ "fieldname": "doctype_name", "fieldtype": "Link", "in_list_view": 1, - "label": "Doctype", + "label": "DocType", "options": "DocType", "reqd": 1 }, @@ -74,7 +74,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2023-08-22 12:12:59.780845", + "modified": "2023-10-04 12:45:49.099121", "modified_by": "Administrator", "module": "Core", "name": "Audit Trail", @@ -85,7 +85,8 @@ "print": 1, "read": 1, "role": "System Manager", - "share": 1 + "share": 1, + "write": 1 } ], "sort_field": "modified",