Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Customization Guide: State Machine #6012

Merged

Conversation

CoderMaggie
Copy link
Member

Q A
Doc fix? no
New docs? yes
BC breaks? no
Related tickets partially #5275
License MIT

How to disable a callback?
~~~~~~~~~~~~~~~~~~~~~~~~~~

If you would like to turn off a callback of a state machine you nee to set its ``disabled`` option to true.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(...)you need to(...)

@pjedrzejewski pjedrzejewski added the Documentation Documentation related issues and PRs - requests, fixes, proposals. label Sep 7, 2016
transitions:
cancel:
from: [completed]
to: payment_selected
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These examples need to make some sense. :D

@CoderMaggie CoderMaggie force-pushed the docs/customization-state-machine branch 4 times, most recently from 28e161e to e3562e4 Compare September 8, 2016 08:17
@CoderMaggie CoderMaggie force-pushed the docs/customization-state-machine branch from e3562e4 to 8531c9a Compare September 8, 2016 08:18
@pjedrzejewski pjedrzejewski merged commit 439a787 into Sylius:master Sep 9, 2016
@pjedrzejewski
Copy link
Member

Thank you Magda! :)

@CoderMaggie CoderMaggie deleted the docs/customization-state-machine branch October 4, 2016 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation related issues and PRs - requests, fixes, proposals.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants