juspay / superposition

Superposition is a context-based configuration management system designed to facilitate safe and flexible rollout of config changes
https://juspay.io/open-source/superposition
Apache License 2.0
348 stars 16 forks source link

fix: temp fix for override clone operation #236

Closed ShubhranshuSanjeev closed 2 months ago

ShubhranshuSanjeev commented 2 months ago

Problem

In case of the override clone event, the changes made to the context value doesn't reflect in create request payload.

Cause

Result => The new/updated value is disposed of.

Solution

As a temporary solution we can remove the var from the list of operands at the initial state.