feat: let users disable telemetry from system settings

This commit is contained in:
Ankush Menat 2023-04-23 11:12:22 +05:30
parent e6279e08f2
commit 0d1c7fee42

View file

@ -76,7 +76,9 @@
"max_auto_email_report_per_user",
"system_updates_section",
"disable_system_update_notification",
"disable_change_log_notification"
"disable_change_log_notification",
"telemetry_section",
"enable_telemetry"
],
"fields": [
{
@ -535,12 +537,24 @@
"fieldname": "disable_document_sharing",
"fieldtype": "Check",
"label": "Disable Document Sharing"
},
{
"collapsible": 1,
"fieldname": "telemetry_section",
"fieldtype": "Section Break",
"label": "Telemetry"
},
{
"default": "1",
"fieldname": "enable_telemetry",
"fieldtype": "Check",
"label": "Send Data for Improving Apps"
}
],
"icon": "fa fa-cog",
"issingle": 1,
"links": [],
"modified": "2023-03-14 11:30:56.465653",
"modified": "2023-04-23 11:14:59.302851",
"modified_by": "Administrator",
"module": "Core",
"name": "System Settings",