StateMachineBundle
StateMachineBundle copied to clipboard
Hello, I was trying the new sylius 1.0.0@alpha and tried to disable a state and transitions but it seems that the way that configuration is parsed does not respect overrides...
Hi there, It would be nice if the bundle could be compatible with the new php enum: [https://www.php.net/manual/fr/language.enumerations.basics.php](https://www.php.net/manual/fr/language.enumerations.basics.php) Here's some sample with the current doc: ```php
I @winzou , Just googling, I found this bundle. I'm surpised by your great job. I was wondering if there is way to read the graph definition from my DB....
Hello, Right now we can disable a callback via `enabled: false`. Wouldn't be awesome if we could put `Expressions` using the [ExpressionEngine](http://symfony.com/doc/current/components/expression_language/index.html) instead of a boolean ? Use case: feature...
Hello, When you list possible transitions or use a `can` function the transitions appear valid even if the guard says no. Is there a way to check for the guard...