Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate segment override priorities when adding new overrides in versioned environments #4604

Closed
matthewelwell opened this issue Sep 9, 2024 · 1 comment
Assignees
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard

Comments

@matthewelwell
Copy link
Contributor

Given:

Environment A (Feature versioning enabled)
Segment A
Segment B
Feature A

To reproduce:

  1. Create a segment override for Segment A on Feature A and update segment overrides
  2. Create another segment override for Segment B on Feature A and update segment overrides

Notice the following issues:

  1. When creating the version for the creation of the second segment override, the FE sends the (unchanged) override in "feature_states_to_update" in the POST request.
  2. In the subsequent call to retrieve the feature states for the Feature A, both overrides have the same priority.
@matthewelwell matthewelwell added front-end Issue related to the React Front End Dashboard api Issue related to the REST API labels Sep 9, 2024
@matthewelwell
Copy link
Contributor Author

Resolved by #4609 and #4603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard
Projects
None yet
Development

No branches or pull requests

2 participants