Closed s-shreyas-s closed 5 months ago
Hello @s-shreyas-s , After testing relaized when you change the policyLevel preset like the below example:
( "ord": {
"policyLevel": "none"
}
The final ORD doc looks like this :
Here the policyLevel is finally updated but the packages are still processed with the default.js policyLevel ( because of this.policyLevel.split). Can you please check this one and correct the same.
Split package array based on policyLevel value