mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:37:45 +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:
@@ -632,7 +632,8 @@
|
||||
"TABLE": {
|
||||
"NAME": "Název",
|
||||
"ENDPOINT": "Koncový bod",
|
||||
"CREATIONDATE": "Datum vytvoření"
|
||||
"CREATIONDATE": "Datum vytvoření",
|
||||
"REORDER": "Změnit pořadí"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user