mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 22:27:40 +00:00
fix: open dialogs (#5451)
This commit is contained in:
parent
bc116247ea
commit
fecd197bf2
@ -1,11 +1,9 @@
|
|||||||
import { KeyValuePipe } from '@angular/common';
|
|
||||||
import { Component, Inject, OnInit } from '@angular/core';
|
import { Component, Inject, OnInit } from '@angular/core';
|
||||||
import { FormGroup, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
import { FormGroup, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
||||||
import {
|
import {
|
||||||
MatLegacyDialogRef as MatDialogRef,
|
MatLegacyDialogRef as MatDialogRef,
|
||||||
MAT_LEGACY_DIALOG_DATA as MAT_DIALOG_DATA,
|
MAT_LEGACY_DIALOG_DATA as MAT_DIALOG_DATA,
|
||||||
} from '@angular/material/legacy-dialog';
|
} from '@angular/material/legacy-dialog';
|
||||||
import { TranslateService } from '@ngx-translate/core';
|
|
||||||
import { requiredValidator } from 'src/app/modules/form-field/validators/validators';
|
import { requiredValidator } from 'src/app/modules/form-field/validators/validators';
|
||||||
import { CountryCallingCodesService, CountryPhoneCode } from 'src/app/services/country-calling-codes.service';
|
import { CountryCallingCodesService, CountryPhoneCode } from 'src/app/services/country-calling-codes.service';
|
||||||
import { formatPhone } from 'src/app/utils/formatPhone';
|
import { formatPhone } from 'src/app/utils/formatPhone';
|
||||||
@ -33,8 +31,6 @@ export class EditDialogComponent implements OnInit {
|
|||||||
public dialogRef: MatDialogRef<EditDialogComponent>,
|
public dialogRef: MatDialogRef<EditDialogComponent>,
|
||||||
@Inject(MAT_DIALOG_DATA) public data: any,
|
@Inject(MAT_DIALOG_DATA) public data: any,
|
||||||
private countryCallingCodesService: CountryCallingCodesService,
|
private countryCallingCodesService: CountryCallingCodesService,
|
||||||
private translateSvc: TranslateService,
|
|
||||||
private kvPipe: KeyValuePipe,
|
|
||||||
) {
|
) {
|
||||||
if (data.type === EditDialogType.PHONE) {
|
if (data.type === EditDialogType.PHONE) {
|
||||||
this.isPhone = true;
|
this.isPhone = true;
|
||||||
|
@ -320,6 +320,7 @@ Errors:
|
|||||||
MissingParameters: Benötigte Parameter fehlen
|
MissingParameters: Benötigte Parameter fehlen
|
||||||
User:
|
User:
|
||||||
NotFound: Benutzer konnte nicht gefunden werden
|
NotFound: Benutzer konnte nicht gefunden werden
|
||||||
|
AlreadyExists: Benutzer existiert bereits
|
||||||
Inactive: Benutzer ist inaktiv
|
Inactive: Benutzer ist inaktiv
|
||||||
NotFoundOnOrg: Benutzer konnte in der gewünschten Organisation nicht gefunden werden
|
NotFoundOnOrg: Benutzer konnte in der gewünschten Organisation nicht gefunden werden
|
||||||
NotAllowedOrg: Benutzer gehört nicht der benötigten Organisation an
|
NotAllowedOrg: Benutzer gehört nicht der benötigten Organisation an
|
||||||
|
@ -320,6 +320,7 @@ Errors:
|
|||||||
MissingParameters: Required parameters missing
|
MissingParameters: Required parameters missing
|
||||||
User:
|
User:
|
||||||
NotFound: User could not be found
|
NotFound: User could not be found
|
||||||
|
AlreadyExists: User already exists
|
||||||
Inactive: User is inactive
|
Inactive: User is inactive
|
||||||
NotFoundOnOrg: User could not be found on chosen organisation
|
NotFoundOnOrg: User could not be found on chosen organisation
|
||||||
NotAllowedOrg: User is no member of the required organisation
|
NotAllowedOrg: User is no member of the required organisation
|
||||||
|
@ -320,6 +320,7 @@ Errors:
|
|||||||
MissingParameters: Paramètres requis manquants
|
MissingParameters: Paramètres requis manquants
|
||||||
User:
|
User:
|
||||||
NotFound: L'utilisateur n'a pas pu être trouvé
|
NotFound: L'utilisateur n'a pas pu être trouvé
|
||||||
|
AlreadyExists: L'utilisateur existe déjà
|
||||||
Inactive: L'utilisateur est inactif
|
Inactive: L'utilisateur est inactif
|
||||||
NotFoundOnOrg: L'utilisateur n'a pas été trouvé dans l'organisation choisie
|
NotFoundOnOrg: L'utilisateur n'a pas été trouvé dans l'organisation choisie
|
||||||
NotAllowedOrg: L'utilisateur n'est pas membre de l'organisation requise
|
NotAllowedOrg: L'utilisateur n'est pas membre de l'organisation requise
|
||||||
|
@ -320,6 +320,7 @@ Errors:
|
|||||||
MissingParameters: Mancano i parametri richiesti
|
MissingParameters: Mancano i parametri richiesti
|
||||||
User:
|
User:
|
||||||
NotFound: L'utente non è stato trovato
|
NotFound: L'utente non è stato trovato
|
||||||
|
AlreadyExists: L'utente già esistente
|
||||||
Inactive: L'utente è inattivo
|
Inactive: L'utente è inattivo
|
||||||
NotFoundOnOrg: L'utente non è stato trovato nell'organizzazione scelta
|
NotFoundOnOrg: L'utente non è stato trovato nell'organizzazione scelta
|
||||||
NotAllowedOrg: L'utente non è membro dell'organizzazione richiesta
|
NotAllowedOrg: L'utente non è membro dell'organizzazione richiesta
|
||||||
|
@ -320,6 +320,7 @@ Errors:
|
|||||||
MissingParameters: Brakujące wymagane parametry
|
MissingParameters: Brakujące wymagane parametry
|
||||||
User:
|
User:
|
||||||
NotFound: Nie znaleziono użytkownika
|
NotFound: Nie znaleziono użytkownika
|
||||||
|
AlreadyExists: Użytkownik już istnieje
|
||||||
Inactive: Użytkownik jest nieaktywny
|
Inactive: Użytkownik jest nieaktywny
|
||||||
NotFoundOnOrg: Nie znaleziono użytkownika w wybranej organizacji
|
NotFoundOnOrg: Nie znaleziono użytkownika w wybranej organizacji
|
||||||
NotAllowedOrg: Użytkownik nie jest członkiem wymaganej organizacji
|
NotAllowedOrg: Użytkownik nie jest członkiem wymaganej organizacji
|
||||||
|
@ -320,6 +320,7 @@ Errors:
|
|||||||
MissingParameters: 缺少必需的参数
|
MissingParameters: 缺少必需的参数
|
||||||
User:
|
User:
|
||||||
NotFound: 找不到用户
|
NotFound: 找不到用户
|
||||||
|
AlreadyExists: 用户已存在
|
||||||
Inactive: 用户处于停用状态
|
Inactive: 用户处于停用状态
|
||||||
NotFoundOnOrg: 在所选组织中找不到用户
|
NotFoundOnOrg: 在所选组织中找不到用户
|
||||||
NotAllowedOrg: 用户不是所需组织的成员
|
NotAllowedOrg: 用户不是所需组织的成员
|
||||||
|
Loading…
x
Reference in New Issue
Block a user