fix default rule chains
This commit is contained in:
parent
afa54ef277
commit
f61b2d0fb2
@ -51,9 +51,9 @@
|
||||
"configurationVersion": 1,
|
||||
"configuration": {
|
||||
"scope": "CLIENT_SCOPE",
|
||||
"notifyDevice": "false",
|
||||
"sendAttributesUpdatedNotification": "false",
|
||||
"updateAttributesOnlyOnValueChange": "true"
|
||||
"notifyDevice": false,
|
||||
"sendAttributesUpdatedNotification": false,
|
||||
"updateAttributesOnlyOnValueChange": true
|
||||
},
|
||||
"externalId": null
|
||||
},
|
||||
|
||||
@ -35,9 +35,9 @@
|
||||
"configurationVersion": 1,
|
||||
"configuration": {
|
||||
"scope": "CLIENT_SCOPE",
|
||||
"notifyDevice": "false",
|
||||
"sendAttributesUpdatedNotification": "false",
|
||||
"updateAttributesOnlyOnValueChange": "true"
|
||||
"notifyDevice": false,
|
||||
"sendAttributesUpdatedNotification": false,
|
||||
"updateAttributesOnlyOnValueChange": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -34,9 +34,9 @@
|
||||
"configurationVersion": 1,
|
||||
"configuration": {
|
||||
"scope": "CLIENT_SCOPE",
|
||||
"notifyDevice": "false",
|
||||
"sendAttributesUpdatedNotification": "false",
|
||||
"updateAttributesOnlyOnValueChange": "true"
|
||||
"notifyDevice": false,
|
||||
"sendAttributesUpdatedNotification": false,
|
||||
"updateAttributesOnlyOnValueChange": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user