このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
DocShare perm fixed, can read if share permissions (
#2171
)
version-14
KanchanChauhan
8年前
committed by
Rushabh Mehta
親
623b271c11
コミット
6e9fb3b04c
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
frappe/core/doctype/docshare/docshare.py
+ 1
- 1
frappe/core/doctype/docshare/docshare.py
ファイルの表示
@@ -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):
書き込み
プレビュー
読み込み中…
キャンセル
保存