Alexandre Bacco

Results 20 comments of Alexandre Bacco

Are you sure? This is just symfony configuration. Transitions and states have names so it should be possible to override and add some. But state/transition deletion is not possible indeed.

Totally in favor of such testing/visualization tools!

Hi, Sure! This is a nice idea you can go with it. Thanks ;)

Hey, Thanks for the PR but I'm not sure this should land in the interface. Seems a really optionnal method, I think having it in the interface is a not...

Sorry for the delay. I'm not sure it's a good thing to add this method in the interface. Looks like an easy feature to add in your own project (via...

Hi, Sorry for not having reviewedd this earlier, I totally missed it. Unfortunately this is quite a big BC break so I can't merge it like this. If you're using...

Hi, To disable a state you can do the following: ``` yaml winzou_state_machine: an_extended_machine: states: a_state_to_disable: "::disabled" ``` Is this what you are looking for? It's handled here: https://github.com/winzou/StateMachineBundle/blob/master/DependencyInjection/winzouStateMachineExtension.php#L69

There are indeed different ways of merging symfony configuration. In your case you want to override all the states with your own array of states. But others will want to...

Can you try to execute this command `debug:winzou:state-machine`? Thanks

Hello, I'm not a big fan of putting too much business logic in config files. But I see an interesting use case for dynamically disable a third-party callback, instead of...