fix default rule chains
This commit is contained in:
parent
afa54ef277
commit
f61b2d0fb2
@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user