@@ -1 +1,43 @@
-
+framework:
+ workflows:
+ olt_workflow:
+ type: state_machine
+ marking_store:
+ type: single_state
+ arguments:
+ - currentState
+ supports:
+ - FTTHBundle\Entity\OLT
+ initial_place: disabled
+ places:
+ - enabled
+ - disabled
+ transitions:
+ disable:
+ from: enabled
+ to: disabled
+ enable:
+ from: disabled
+ to: enabled
+ onu_workflow:
+ - FTTHBundle\Entity\ONU
+ initial_place: active
+ - active
+ - disable
+ add_config:
+ from: active
+ to: active
+ to: disable
+ active:
+ from: disable
@@ -2010,7 +2010,7 @@
"email": "stof@notk.org"
},
{
- "name": "Knplabs",
+ "name": "KnpLabs",
"homepage": "http://knplabs.com"