mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
feat: limit amount of active actions (#3143)
* max actions * fix: max allowed actions * fix: max allowed actions * fix tests
This commit is contained in:
@@ -377,6 +377,7 @@ Errors:
|
||||
NotFound: Action wurde nicht gefunden
|
||||
NotActive: Action ist nicht aktiv
|
||||
NotInactive: Action ist nicht inaktiv
|
||||
MaxAllowed: Keine weitern aktiven Actions mehr erlaubt
|
||||
Flow:
|
||||
FlowTypeMissing: FlowType fehlt
|
||||
Empty: Flow ist bereits leer
|
||||
|
@@ -377,6 +377,7 @@ Errors:
|
||||
NotFound: Action not found
|
||||
NotActive: Action is not active
|
||||
NotInactive: Action is not inactive
|
||||
MaxAllowed: No additional active Actions allowed
|
||||
Flow:
|
||||
FlowTypeMissing: FlowType missing
|
||||
Empty: Flow is already empty
|
||||
|
@@ -375,6 +375,7 @@ Errors:
|
||||
NotFound: L'azione non trovata
|
||||
NotActive: L'azione non è attiva
|
||||
NotInactive: L'azione non è inattiva
|
||||
MaxAllowed: Non sono permesse altre azioni attive
|
||||
Flow:
|
||||
FlowTypeMissing: FlowType mancante
|
||||
Empty: Flow è già vuoto
|
||||
|
Reference in New Issue
Block a user