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 <[email protected]>
AuthorDate: Wed Sep 25 16:36:04 2019 +0200
UNOMI-247 Error in login event rule
Signed-off-by: Serge Huber <[email protected]>
---
.../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"