mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
fix(org): adding unique constrants to not allow an org to be added twice with same id (#10243)
# Which Problems Are Solved When adding 2 orgs with the same ID, you get a positive response from the API, later when the org is projected, it errors due to the id already in use # How the Problems Are Solved Check org with orgID specified does not already exist before adding events # Additional Changes Added additional test case for adding same org with same name twice # Additional Context - Closes https://github.com/zitadel/zitadel/issues/10127 --------- Co-authored-by: Silvan <27845747+adlerhurst@users.noreply.github.com>
This commit is contained in:
@@ -195,7 +195,7 @@ Errors:
|
||||
AlreadyExists: 인스턴스가 이미 존재합니다
|
||||
NotChanged: 인스턴스가 변경되지 않았습니다
|
||||
Org:
|
||||
AlreadyExists: 조직 이름이 이미 사용 중입니다
|
||||
AlreadyExists: 조직 이름 또는 ID가 이미 사용 중입니다
|
||||
Invalid: 조직이 유효하지 않습니다
|
||||
AlreadyDeactivated: 조직이 이미 비활성화되었습니다
|
||||
AlreadyActive: 조직이 이미 활성화되었습니다
|
||||
|
Reference in New Issue
Block a user