From 7585ac35524c43acb23d178efed9223643a5c5c4 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 11 Oct 2021 10:52:23 +0200 Subject: Fix delete action in design state It can still happen due to DCAE deployment, so this patch should fix it. + Fix test due to changes done in DCAE camel flows Issue-ID: POLICY-3707 Signed-off-by: sebdet Change-Id: I0f439fc029354a0632b2b17a452b7811df90492a --- runtime/src/main/resources/clds/camel/routes/dcae-flows.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'runtime/src/main/resources/clds/camel/routes/dcae-flows.xml') diff --git a/runtime/src/main/resources/clds/camel/routes/dcae-flows.xml b/runtime/src/main/resources/clds/camel/routes/dcae-flows.xml index 517fb09a9..55ec70d16 100644 --- a/runtime/src/main/resources/clds/camel/routes/dcae-flows.xml +++ b/runtime/src/main/resources/clds/camel/routes/dcae-flows.xml @@ -180,17 +180,11 @@ ${exchangeProperty['loopObject'].getLoopTemplate().getUniqueBlueprint()} == true - - true - ${exchangeProperty['loopObject'].getLoopTemplate().getUniqueBlueprint()} == false - - true - -- cgit 1.2.3-korg