mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:57:34 +00:00
feat: Actions V2 improvements in console (#9759)
# Which Problems Are Solved This PR allows one to edit the order of Actions V2 Targets in an Execution. Editing of Targets was also added back again. # How the Problems Are Solved One of the changes is the addition of the CorrectlyTypedExecution which restricts the Grpc types a bit more to make working with them easier. Some fields may be optional in the Grpc Protobuf but in reality are always set. Typings were generally improved to make them more accurate and safer to work with. # Additional Changes Removal of the Actions V2 Feature flag as it will be enabled by default anyways. # Additional Context This pr used some advanced Angular Signals logic which is very interesting for future PR's. - Part of the tasks from #7248 --------- Co-authored-by: Max Peintner <peintnerm@gmail.com>
This commit is contained in:
@@ -631,7 +631,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Име",
|
||||
"ENDPOINT": "Крайна точка",
|
||||
"CREATIONDATE": "Дата на създаване"
|
||||
"CREATIONDATE": "Дата на създаване",
|
||||
"REORDER": "Преоразмеряване"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Název",
|
||||
"ENDPOINT": "Koncový bod",
|
||||
"CREATIONDATE": "Datum vytvoření"
|
||||
"CREATIONDATE": "Datum vytvoření",
|
||||
"REORDER": "Změnit pořadí"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Name",
|
||||
"ENDPOINT": "Endpunkt",
|
||||
"CREATIONDATE": "Erstellungsdatum"
|
||||
"CREATIONDATE": "Erstellungsdatum",
|
||||
"REORDER": "Verschieben"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Name",
|
||||
"ENDPOINT": "Endpoint",
|
||||
"CREATIONDATE": "Creation Date"
|
||||
"CREATIONDATE": "Creation Date",
|
||||
"REORDER": "Reorder"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nombre",
|
||||
"ENDPOINT": "Punto de conexión",
|
||||
"CREATIONDATE": "Fecha de creación"
|
||||
"CREATIONDATE": "Fecha de creación",
|
||||
"REORDER": "Reordenar"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nom",
|
||||
"ENDPOINT": "Point de terminaison",
|
||||
"CREATIONDATE": "Date de création"
|
||||
"CREATIONDATE": "Date de création",
|
||||
"REORDER": "Réorganiser"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Név",
|
||||
"ENDPOINT": "Végpont",
|
||||
"CREATIONDATE": "Létrehozás dátuma"
|
||||
"CREATIONDATE": "Létrehozás dátuma",
|
||||
"REORDER": "Újrarendelés"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -599,7 +599,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nama",
|
||||
"ENDPOINT": "Titik Akhir",
|
||||
"CREATIONDATE": "Tanggal Pembuatan"
|
||||
"CREATIONDATE": "Tanggal Pembuatan",
|
||||
"REORDER": "Susun ulang"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -631,7 +631,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nome",
|
||||
"ENDPOINT": "Endpoint",
|
||||
"CREATIONDATE": "Data di creazione"
|
||||
"CREATIONDATE": "Data di creazione",
|
||||
"REORDER": "Riordina"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "名前",
|
||||
"ENDPOINT": "エンドポイント",
|
||||
"CREATIONDATE": "作成日"
|
||||
"CREATIONDATE": "作成日",
|
||||
"REORDER": "順序を変更"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "이름",
|
||||
"ENDPOINT": "엔드포인트",
|
||||
"CREATIONDATE": "생성 날짜"
|
||||
"CREATIONDATE": "생성 날짜",
|
||||
"REORDER": "재정렬"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Име",
|
||||
"ENDPOINT": "Крајна точка",
|
||||
"CREATIONDATE": "Датум на создавање"
|
||||
"CREATIONDATE": "Датум на создавање",
|
||||
"REORDER": "Повторно нарачајте"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Naam",
|
||||
"ENDPOINT": "Eindpunt",
|
||||
"CREATIONDATE": "Aanmaakdatum"
|
||||
"CREATIONDATE": "Aanmaakdatum",
|
||||
"REORDER": "Opnieuw ordenen"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -631,7 +631,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nazwa",
|
||||
"ENDPOINT": "Punkt końcowy",
|
||||
"CREATIONDATE": "Data utworzenia"
|
||||
"CREATIONDATE": "Data utworzenia",
|
||||
"REORDER": "Zmień kolejność"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nome",
|
||||
"ENDPOINT": "Ponto de Extremidade",
|
||||
"CREATIONDATE": "Data de Criação"
|
||||
"CREATIONDATE": "Data de Criação",
|
||||
"REORDER": "Reordenar"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Nume",
|
||||
"ENDPOINT": "Punct Final",
|
||||
"CREATIONDATE": "Data Creării"
|
||||
"CREATIONDATE": "Data Creării",
|
||||
"REORDER": "Reordonați"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Имя",
|
||||
"ENDPOINT": "Конечная точка",
|
||||
"CREATIONDATE": "Дата создания"
|
||||
"CREATIONDATE": "Дата создания",
|
||||
"REORDER": "Изменить порядок"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Namn",
|
||||
"ENDPOINT": "Slutpunkt",
|
||||
"CREATIONDATE": "Skapat datum"
|
||||
"CREATIONDATE": "Skapat datum",
|
||||
"REORDER": "Ordna om"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "名称",
|
||||
"ENDPOINT": "端点",
|
||||
"CREATIONDATE": "创建日期"
|
||||
"CREATIONDATE": "创建日期",
|
||||
"REORDER": "重新排序"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user