1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/segments
Nuno Góis f8a9d7f355
fix: take into account project segments permission in form (#5352)
https://linear.app/unleash/issue/SR-184/ticket-1106-users-with-createedit-project-segment-dont-see-all-the

https://github.com/Unleash/unleash/pull/5304 did not take into account
permissions further into the Segment form.

This PR fixes the remaining permission checks to take into consideration
the project-level permission: `UPDATE_PROJECT_SEGMENT`.
2023-11-16 11:54:56 +00:00
..
CreateSegment fix: take into account project segments permission (#5304) 2023-11-09 09:37:47 +00:00
CreateSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
EditSegment fix: take into account project segments permission (#5304) 2023-11-09 09:37:47 +00:00
EditSegmentButton feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
RemoveSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
SegmentActionCell refactor: port segments list to react-table (#1024) 2022-05-27 08:57:30 +02:00
SegmentDelete feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentTable refactor: custom render should provide container (#4938) 2023-10-06 09:19:49 +02:00
SegmentDocs.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentEmpty.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentForm.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentFormStepList.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentFormStepOne.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentFormStepTwo.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentProjectAlert.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00