From 975a96ff45b4010c1a232bf3a0ef2a7247567f17 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 19 May 2025 17:58:17 +0530 Subject: [PATCH] fix: allow read permission for form script (cherry picked from commit 2d421e60527c6d056b2f4a268862f986bf773600) --- .../doctype/crm_form_script/crm_form_script.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/crm/fcrm/doctype/crm_form_script/crm_form_script.json b/crm/fcrm/doctype/crm_form_script/crm_form_script.json index 9246913a..f261f564 100644 --- a/crm/fcrm/doctype/crm_form_script/crm_form_script.json +++ b/crm/fcrm/doctype/crm_form_script/crm_form_script.json @@ -65,7 +65,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2024-09-16 19:40:19.340948", + "modified": "2025-05-19 17:57:24.610295", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Form Script", @@ -83,9 +83,19 @@ "role": "Sales Manager", "share": 1, "write": 1 + }, + { + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "All", + "share": 1 } ], + "row_format": "Dynamic", "sort_field": "modified", "sort_order": "DESC", "states": [] -} \ No newline at end of file +}