You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by js...@apache.org on 2023/05/05 12:42:03 UTC

[unomi] 01/01: UNOMI-771 : remove availableToEndUser in updateLists and cdpSessionEvent actions

This is an automated email from the ASF dual-hosted git repository.

jsinovassinnaik pushed a commit to branch UNOMI-771-remove-useless-systemtags
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 305209faea0043250881a021bd6e789aa923ffe7
Author: jsinovassin <js...@jahia.com>
AuthorDate: Fri May 5 14:41:37 2023 +0200

    UNOMI-771 : remove availableToEndUser in updateLists and cdpSessionEvent actions
---
 .../src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json       | 3 +--
 .../cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json
index 835f7ec97..bf3010500 100644
--- a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json
+++ b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json
@@ -5,8 +5,7 @@
     "description": "",
     "systemTags": [
       "profileTags",
-      "demographic",
-      "availableToEndUser"
+      "demographic"
     ],
     "readOnly": true
   },
diff --git a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json
index 003897b85..5fe13f916 100644
--- a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json
+++ b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json
@@ -5,8 +5,7 @@
     "description": "",
     "systemTags": [
       "profileTags",
-      "demographic",
-      "availableToEndUser"
+      "demographic"
     ],
     "readOnly": true
   },