소스 검색

fix: Added select permission for Module Def doctype to All role

version-14
Nabin Hait 4 년 전
부모
커밋
e489c1b594
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. +9
    -1
      frappe/core/doctype/module_def/module_def.json

+ 9
- 1
frappe/core/doctype/module_def/module_def.json 파일 보기

@@ -55,7 +55,7 @@
"link_fieldname": "module"
}
],
"modified": "2020-08-06 12:39:30.740379",
"modified": "2021-06-02 13:04:53.118716",
"modified_by": "Administrator",
"module": "Core",
"name": "Module Def",
@@ -69,6 +69,7 @@
"read": 1,
"report": 1,
"role": "Administrator",
"select": 1,
"share": 1,
"write": 1
},
@@ -78,7 +79,14 @@
"read": 1,
"report": 1,
"role": "System Manager",
"select": 1,
"write": 1
},
{
"read": 1,
"report": 1,
"role": "All",
"select": 1
}
],
"show_name_in_global_search": 1,


불러오는 중...
취소
저장