fix default rule chains

This commit is contained in:
ShvaykaD 2023-11-15 15:30:12 +02:00
parent afa54ef277
commit f61b2d0fb2
3 changed files with 9 additions and 9 deletions

View File

@ -51,9 +51,9 @@
"configurationVersion": 1, "configurationVersion": 1,
"configuration": { "configuration": {
"scope": "CLIENT_SCOPE", "scope": "CLIENT_SCOPE",
"notifyDevice": "false", "notifyDevice": false,
"sendAttributesUpdatedNotification": "false", "sendAttributesUpdatedNotification": false,
"updateAttributesOnlyOnValueChange": "true" "updateAttributesOnlyOnValueChange": true
}, },
"externalId": null "externalId": null
}, },

View File

@ -35,9 +35,9 @@
"configurationVersion": 1, "configurationVersion": 1,
"configuration": { "configuration": {
"scope": "CLIENT_SCOPE", "scope": "CLIENT_SCOPE",
"notifyDevice": "false", "notifyDevice": false,
"sendAttributesUpdatedNotification": "false", "sendAttributesUpdatedNotification": false,
"updateAttributesOnlyOnValueChange": "true" "updateAttributesOnlyOnValueChange": true
} }
}, },
{ {

View File

@ -34,9 +34,9 @@
"configurationVersion": 1, "configurationVersion": 1,
"configuration": { "configuration": {
"scope": "CLIENT_SCOPE", "scope": "CLIENT_SCOPE",
"notifyDevice": "false", "notifyDevice": false,
"sendAttributesUpdatedNotification": "false", "sendAttributesUpdatedNotification": false,
"updateAttributesOnlyOnValueChange": "true" "updateAttributesOnlyOnValueChange": true
} }
}, },
{ {