This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
DocShare perm fixed, can read if share permissions (
#2171
)
version-14
KanchanChauhan
8 years ago
committed by
Rushabh Mehta
parent
623b271c11
commit
6e9fb3b04c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/core/doctype/docshare/docshare.py
+ 1
- 1
frappe/core/doctype/docshare/docshare.py
View File
@@ -19,7 +19,7 @@ class DocShare(Document):
self.get_doc().run_method("validate_share", self)
def cascade_permissions_downwards(self):
if self.write:
if self.
share or self.
write:
self.read = 1
def get_doc(self):
Write
Preview
Loading…
Cancel
Save