aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-15 12:47:05 +0200
committerXue Gao <xg353y@intl.att.com>2020-04-15 10:48:48 +0000
commit5309056d530fc14ee603c38d32290db514e03c67 (patch)
treec02bdc434288685674ede4005d90a2faa4dd738d /src/main/resources/clds
parent96b0450cf572772983dfb0e56503ec03f929ea83 (diff)
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 <sebastien.determe@intl.att.com> Change-Id: Ib21ffd419953b329feeb7c2199b7d661120178e2
Diffstat (limited to 'src/main/resources/clds')
-rw-r--r--src/main/resources/clds/camel/routes/policy-flows.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
</setHeader>
<choice>
<when>
- <simple>${body.isLegacy()} == true</simple>
+ <simple>${exchangeProperty[policy].isLegacy()} == true</simple>
<setProperty propertyName="policyVersion">
<simple>1</simple>
</setProperty>