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

FE posts MV options to /features/undefined/mv-options/ when creating a new feature #2638

Closed
matthewelwell opened this issue Aug 11, 2023 · 0 comments · Fixed by #2751
Closed
Assignees
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard

Comments

@matthewelwell
Copy link
Contributor

To reproduce:

  1. In a browser with the network console open, create a new MV feature with at least one variation
  2. Observe that the FE makes a post request to /features/undefined/mv-options/ when creating the variations

This highlights 2 issues:

  1. The FE should be posting to /features/:id/mv-options/
  2. The API should be validating the feature id given in the URL path

Item (1) will need to be resolved before item (2), or creating MV features will be broken.

@matthewelwell matthewelwell added front-end Issue related to the React Front End Dashboard api Issue related to the REST API labels Aug 11, 2023
@novakzaballa novakzaballa linked a pull request Sep 6, 2023 that will close this issue
4 tasks
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

Successfully merging a pull request may close this issue.

3 participants