Skip to content

Commit

Permalink
fix: only System Manager can access Google Drive
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e5ab01)
  • Loading branch information
barredterra authored and mergify[bot] committed Dec 4, 2022
1 parent f68f161 commit dbf7287
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions frappe/integrations/doctype/google_drive/google_drive.json
@@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-08-13 17:24:05.470876",
"doctype": "DocType",
"engine": "InnoDB",
Expand Down Expand Up @@ -100,7 +101,8 @@
}
],
"issingle": 1,
"modified": "2020-09-18 17:26:09.703215",
"links": [],
"modified": "2022-12-04 15:53:58.702389",
"modified_by": "Administrator",
"module": "Integrations",
"name": "Google Drive",
Expand All @@ -115,19 +117,10 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"print": 1,
"read": 1,
"role": "All",
"share": 1,
"write": 1
}
],
"sort_field": "modified",
"sort_order": "ASC",
"states": [],
"track_changes": 1
}

0 comments on commit dbf7287

Please sign in to comment.