You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Gilad W (Jira)" <ji...@apache.org> on 2021/03/14 15:14:00 UTC

[jira] [Created] (UNOMI-443) when merging profiles, nested properties overrides.

Gilad W created UNOMI-443:
-----------------------------

             Summary: when merging profiles, nested properties overrides.
                 Key: UNOMI-443
                 URL: https://issues.apache.org/jira/browse/UNOMI-443
             Project: Apache Unomi
          Issue Type: Bug
            Reporter: Gilad W


profileToMerge:
properties: \{emailMarketing: {emailAcceptMarketing: true}

targetProfile:
properties: \{emailMarketing: {lastClicked: "2020-02-02T07:16:02.177Z"}

outcome now:
properties: \{emailMarketing: {emailAcceptMarketing: true}

desired outcome:
properties: \{emailMarketing: {emailAcceptMarketing: true, lastClicked: "2020-02-02T07:16:02.177Z"}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)