From 60035c9830c59ec0005b0404312cb94399cc33b5 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 18 Jun 2013 18:38:28 +0530 Subject: [PATCH] [blog category] [permission] allow blogger to read blog category --- .../doctype/blog_category/blog_category.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/website/doctype/blog_category/blog_category.txt b/website/doctype/blog_category/blog_category.txt index cf8cad66bf..d55d39cd46 100644 --- a/website/doctype/blog_category/blog_category.txt +++ b/website/doctype/blog_category/blog_category.txt @@ -2,7 +2,7 @@ { "creation": "2013-03-08 09:41:11", "docstatus": 0, - "modified": "2013-03-08 09:41:11", + "modified": "2013-06-18 18:36:28", "modified_by": "Administrator", "owner": "Administrator" }, @@ -26,17 +26,13 @@ "reqd": 1 }, { - "cancel": 1, - "create": 1, "doctype": "DocPerm", "name": "__common__", "parent": "Blog Category", "parentfield": "permissions", "parenttype": "DocType", "permlevel": 0, - "read": 1, - "role": "Website Manager", - "write": 1 + "read": 1 }, { "doctype": "DocType", @@ -46,6 +42,14 @@ "doctype": "DocField" }, { - "doctype": "DocPerm" + "cancel": 1, + "create": 1, + "doctype": "DocPerm", + "role": "Website Manager", + "write": 1 + }, + { + "doctype": "DocPerm", + "role": "Blogger" } ] \ No newline at end of file