[progress] R/W permission for all roles (#10866)

This commit is contained in:
Prateeksha Singh 2017-09-21 12:02:18 +05:30 committed by Nabin Hait
parent 1c1dd08a34
commit 705d885b64
2 changed files with 13 additions and 4 deletions

View File

@ -84,7 +84,7 @@
"issingle": 1,
"istable": 0,
"max_attachments": 0,
"modified": "2017-08-28 17:44:43.100932",
"modified": "2017-09-21 11:52:56.106659",
"modified_by": "Administrator",
"module": "Setup",
"name": "Setup Progress",
@ -95,8 +95,8 @@
"amend": 0,
"apply_user_permissions": 0,
"cancel": 0,
"create": 1,
"delete": 1,
"create": 0,
"delete": 0,
"email": 1,
"export": 0,
"if_owner": 0,
@ -105,7 +105,7 @@
"print": 1,
"read": 1,
"report": 0,
"role": "System Manager",
"role": "All",
"set_user_permissions": 0,
"share": 1,
"submit": 0,

View File

@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
import unittest
class TestSetupProgress(unittest.TestCase):
pass