Skip to content

Fixes broken form for feature flags

Filipa Lacerda requested to merge 10233-ff-form into master

What does this MR do?

The edit and remove operations in the ff form were updating the scopes based on the array's index. However, since the table is using a filtered version of the scopes, the index did not match.

This commit creates an internal id for the new scopes, the ones sent from the API already have one. It now uses the id key to update the existing scopes.

Before sending the data to the server, it removes the internal id key.

What are the relevant issue numbers?

Closes #10233 (closed)

Does this MR meet the acceptance criteria?

Edited by Filipa Lacerda

Merge request reports