You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2017/05/11 17:21:46 UTC

incubator-unomi git commit: UNOMI-94 New action : add a profile to a list - Correct typo

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 84a992951 -> 4f4ade0c8


UNOMI-94 New action : add a profile to a list
- Correct typo

Signed-off-by: Serge Huber <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/4f4ade0c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/4f4ade0c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/4f4ade0c

Branch: refs/heads/master
Commit: 4f4ade0c84fa47fd619d551f02ab29cece8d05b0
Parents: 84a9929
Author: Serge Huber <sh...@apache.org>
Authored: Thu May 11 19:21:33 2017 +0200
Committer: Serge Huber <sh...@apache.org>
Committed: Thu May 11 19:21:43 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/META-INF/cxs/actions/addToLists.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/4f4ade0c/extensions/lists-extension/actions/src/main/resources/META-INF/cxs/actions/addToLists.json
----------------------------------------------------------------------
diff --git a/extensions/lists-extension/actions/src/main/resources/META-INF/cxs/actions/addToLists.json b/extensions/lists-extension/actions/src/main/resources/META-INF/cxs/actions/addToLists.json
index d42adf3..7c7e096 100644
--- a/extensions/lists-extension/actions/src/main/resources/META-INF/cxs/actions/addToLists.json
+++ b/extensions/lists-extension/actions/src/main/resources/META-INF/cxs/actions/addToLists.json
@@ -5,7 +5,7 @@
     "description": "",
     "tags": [
       "demographic",
-      "hidden.availableToEndUsers"
+      "hidden.availableToEndUser"
     ],
     "readOnly": true
   },