1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00
unleash.unleash/frontend/src
Gastón Fournier 4ae09fdb05
fix: copy strategy is allowed to copy to self (duplicate) (#9407)
When checking for permissions we were checking if the user was allowed
to copy to other environments but it can also copy to the same
environment.

Before the change: 

![image](https://github.com/user-attachments/assets/3bb1b738-8a4b-4c1b-b45f-c48895454c0a)


After the change: 

![image](https://github.com/user-attachments/assets/869e0fed-b7da-436c-93b4-fc50b6830e45)
2025-03-03 17:11:50 +01:00
..
__mocks__
assets chore: add release management to new in unleash (#9257) 2025-02-07 14:33:25 +00:00
component fix: copy strategy is allowed to copy to self (duplicate) (#9407) 2025-03-03 17:11:50 +01:00
constants
contexts chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
hooks chore: new add release plan dialog (#9389) 2025-02-28 10:57:20 +00:00
interfaces chore: consumption model flag (#9379) 2025-02-27 09:45:07 +01:00
openapi chore(1-3267): add orval schemas for the new API endpoint (#9164) 2025-01-29 09:11:29 +01:00
themes chore: deprecate envAccordion colors; update non-legacy components (#9378) 2025-02-27 15:29:37 +01:00
types
utils fix: solve 31 day month issue by using trafficUnitSize and not constant 1_000_000 (#9404) 2025-03-03 11:16:48 +01:00
index.tsx fix: send UI error tracking (#8725) 2024-11-13 16:13:05 +01:00
setupTests.ts chore: scroll-related UX adjustments in the Unleash AI chat (#8478) 2024-10-18 14:38:46 +01:00
vite-env.d.ts