updateAttributesOnValueChange is true for rule chain templates
This commit is contained in:
parent
8da76e4b21
commit
1569ac6daf
@ -50,7 +50,9 @@
|
||||
"debugMode": false,
|
||||
"configuration": {
|
||||
"scope": "CLIENT_SCOPE",
|
||||
"notifyDevice": "false"
|
||||
"notifyDevice": "false",
|
||||
"sendAttributesUpdatedNotification": "false",
|
||||
"updateAttributesOnValueChange": "true"
|
||||
},
|
||||
"externalId": null
|
||||
},
|
||||
|
||||
@ -33,7 +33,10 @@
|
||||
"name": "Save Client Attributes",
|
||||
"debugMode": false,
|
||||
"configuration": {
|
||||
"scope": "CLIENT_SCOPE"
|
||||
"scope": "CLIENT_SCOPE",
|
||||
"notifyDevice": "false",
|
||||
"sendAttributesUpdatedNotification": "false",
|
||||
"updateAttributesOnValueChange": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -33,7 +33,9 @@
|
||||
"debugMode": false,
|
||||
"configuration": {
|
||||
"scope": "CLIENT_SCOPE",
|
||||
"notifyDevice": "false"
|
||||
"notifyDevice": "false",
|
||||
"sendAttributesUpdatedNotification": "false",
|
||||
"updateAttributesOnValueChange": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -34,6 +34,7 @@ public class TbMsgAttributesNodeConfiguration implements NodeConfiguration<TbMsg
|
||||
configuration.setScope(DataConstants.SERVER_SCOPE);
|
||||
configuration.setNotifyDevice(false);
|
||||
configuration.setSendAttributesUpdatedNotification(false);
|
||||
// backward compatibility for existing tenants, but rule chain templates will have the true value for new tenants
|
||||
configuration.setUpdateAttributesOnValueChange(false);
|
||||
return configuration;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user