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 2019/09/25 14:36:11 UTC

[unomi] branch master updated: UNOMI-247 Error in login event rule

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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 867b10f  UNOMI-247 Error in login event rule
867b10f is described below

commit 867b10ffc7ff743ed84d847aa9f5b18ab4e9da9e
Author: Serge Huber <sh...@apache.org>
AuthorDate: Wed Sep 25 16:36:04 2019 +0200

    UNOMI-247 Error in login event rule
    
    Signed-off-by: Serge Huber <sh...@apache.org>
---
 .../src/main/resources/META-INF/cxs/rules/exampleLogin.json          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/samples/login-integration/src/main/resources/META-INF/cxs/rules/exampleLogin.json b/samples/login-integration/src/main/resources/META-INF/cxs/rules/exampleLogin.json
index 6e3604b..acdbdaa 100644
--- a/samples/login-integration/src/main/resources/META-INF/cxs/rules/exampleLogin.json
+++ b/samples/login-integration/src/main/resources/META-INF/cxs/rules/exampleLogin.json
@@ -8,9 +8,10 @@
     "parameterValues": {
       "subConditions": [
         {
+          "type": "eventTypeCondition",
           "parameterValues": {
-          },
-          "type": "loginEventCondition"
+            "eventTypeId": "login"
+          }
         }
       ],
       "operator": "and"