fix: role perms on Google Contacts

This commit is contained in:
barredterra 2023-03-30 11:34:11 +02:00
parent 1cbb60adf9
commit 2cfe3622d4
2 changed files with 15 additions and 6 deletions

View file

@ -1,4 +1,5 @@
{
"actions": [],
"autoname": "format:GC-{email_id}",
"creation": "2019-06-14 00:09:39.441961",
"doctype": "DocType",
@ -97,10 +98,12 @@
"label": "Push to Google Contacts"
}
],
"modified": "2020-09-18 17:26:09.703215",
"links": [],
"modified": "2023-03-30 11:25:48.832384",
"modified_by": "Administrator",
"module": "Integrations",
"name": "Google Contacts",
"naming_rule": "Expression",
"owner": "Administrator",
"permissions": [
{
@ -116,17 +119,14 @@
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"if_owner": 1,
"read": 1,
"report": 1,
"role": "All",
"share": 1,
"write": 1
}
],
"sort_field": "modified",
"sort_order": "ASC",
"states": [],
"track_changes": 1
}

View file

@ -0,0 +1,9 @@
# Copyright (c) 2023, Frappe Technologies and Contributors
# See license.txt
# import frappe
from frappe.tests.utils import FrappeTestCase
class TestGoogleContacts(FrappeTestCase):
pass