[minor] Page: write permission for System Manager

This commit is contained in:
Anand Doshi 2014-09-21 19:43:25 +05:30
parent 16e2897d4f
commit ca004acbb0
3 changed files with 30 additions and 1 deletions

View file

@ -87,7 +87,7 @@
"idx": 1,
"issingle": 0,
"istable": 0,
"modified": "2014-05-27 03:49:14.476843",
"modified": "2014-09-18 02:25:57.031810",
"modified_by": "Administrator",
"module": "Core",
"name": "Page",
@ -103,6 +103,24 @@
"submit": 0,
"write": 1
},
{
"amend": 0,
"apply_user_permissions": 0,
"cancel": 0,
"create": 0,
"delete": 0,
"email": 1,
"export": 0,
"import": 0,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 0,
"role": "System Manager",
"set_user_permissions": 0,
"submit": 0,
"write": 1
},
{
"apply_user_permissions": 1,
"email": 1,

View file

@ -0,0 +1,10 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# See license.txt
import frappe
import unittest
test_records = frappe.get_test_records('Page')
class TestPage(unittest.TestCase):
pass

View file

@ -0,0 +1 @@
[]