feat: limit amount of active actions (#3143)

* max actions

* fix: max allowed actions

* fix: max allowed actions

* fix tests
This commit is contained in:
Livio Amstutz
2022-02-02 09:04:05 +01:00
committed by GitHub
parent 585ebf9a81
commit 1367a2e139
32 changed files with 583 additions and 123 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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