From: sebdet Date: Wed, 15 Apr 2020 10:47:05 +0000 (+0200) Subject: Fix bug in delete policy due to change X-Git-Tag: 6.0.0~11^2~123 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5309056d530fc14ee603c38d32290db514e03c67;p=policy%2Fclamp.git Fix bug in delete policy due to change Fix the delete policy that now fails due to isLegacy test Issue-ID: CLAMP-820 Signed-off-by: sebdet Change-Id: Ib21ffd419953b329feeb7c2199b7d661120178e2 --- diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index a61bc67fb..ef68a5483 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -260,7 +260,7 @@ - ${body.isLegacy()} == true + ${exchangeProperty[policy].isLegacy()} == true 1