[Documentation][Customization] State machines fix

This commit is contained in:
Magdalena Banasiak 2016-11-03 10:40:12 +01:00
parent bc1f29f2bd
commit f946aafa1a

View file

@ -60,7 +60,7 @@ How to remove a state and its transitions?
.. warning::
If you are willing to remove a state or a transition you have to override **the whole states/transitions section**
of the state machine you are willing to modify.
of the state machine you are willing to modify. See how we do it in the :doc:`customization of the Checkout process </cookbook/checkout>`.
How to add a new callback?
~~~~~~~~~~~~~~~~~~~~~~~~~~