From f25bceda0387c07edc83ff02f0bedeac4c48e660 Mon Sep 17 00:00:00 2001 From: Florian PAUL Date: Mon, 6 Nov 2023 14:33:54 +0100 Subject: [PATCH] fix(showcase): console errors linked to ruleset --- apps/showcase/src/assets/rules/rulesets.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/showcase/src/assets/rules/rulesets.json b/apps/showcase/src/assets/rules/rulesets.json index 81593c665a..ecfeaa89d2 100644 --- a/apps/showcase/src/assets/rules/rulesets.json +++ b/apps/showcase/src/assets/rules/rulesets.json @@ -18,6 +18,13 @@ "blockType": "IF_ELSE", "condition": { "all": [ + { + "lhs": { + "type": "FACT", + "value": "outboundDate" + }, + "operator": "isDefined" + }, { "lhs": { "type": "FACT", @@ -89,6 +96,13 @@ "blockType": "IF_ELSE", "condition": { "all": [ + { + "lhs": { + "type": "FACT", + "value": "outboundDate" + }, + "operator": "isDefined" + }, { "lhs": { "type": "FACT",