feat: let users disable telemetry from system settings
This commit is contained in:
parent
e6279e08f2
commit
0d1c7fee42
1 changed files with 16 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue