1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00
unleash.unleash/src/lib/features/segment
Thomas Heartman ece5a634bf
feat: API prevents you from deleting segments in crs (#5308)
This PR hooks up the changes introduced in #5301 to the API and puts
them behind a feature flag. A new test has been added and the test setup
has been slightly tweaked to allow this test.

When the flag is enabled, the API will now not let you delete a segment
that's used in any active CRs.
2023-11-09 12:09:39 +01:00
..
createSegmentService.ts feat: API prevents you from deleting segments in crs (#5308) 2023-11-09 12:09:39 +01:00
segment-controller.ts feat: API prevents you from deleting segments in crs (#5308) 2023-11-09 12:09:39 +01:00