Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Documentation workflow context apply#10751
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
3fa0a6e toe3fd641Compare
lyrixx left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks a lot for working on this feature 👍
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e3fd641 to9dfef16Comparenoniagriconomie commentedDec 20, 2018
@lyrixx review addressed |
lyrixx left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
Uh oh!
There was an error while loading.Please reload this page.
noniagriconomie commentedJan 21, 2019
hi@lyrixx I do not know if the comment like that is ok (it is a bit weird), wdyt? Also, do you have a date for the merge of the related feature ? :) Thank you! |
javiereguiluz commentedMar 27, 2019
@noniagriconomie I'd like to merge your pull request, but I'm seeing lots of conflicts when doing that. Could you please rebase this to the latest changes of the master branch? Thanks! |
noniagriconomie commentedMar 27, 2019
@javiereguiluz of course i will do this asap |
2a92988 to55fc4b8Comparenoniagriconomie commentedMar 28, 2019
@javiereguiluz Done Just i am not sure about the "versionadded:: 4.1" part when i rebased thank you |
HeahDude left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I left some minor comments!
Great contribution so far 💪 thank you!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
f169ba8 to8a7f7c5Comparenoniagriconomie commentedApr 1, 2019
@OskarStark (@HeahDude) reviews addressed, thank you! |
lyrixx left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍 Very cool. Thanks for your work.
Simperfit commentedApr 7, 2019
@xabbuh can we merge this one ? |
xabbuh commentedApr 7, 2019
Thank you@noniagriconomie and congratulations on your first contribution to the Symfony documentation. I have merged your PR (I have squased the commits while merging that's why the PR is shown as closed instead of merged) and made some small tweaks ine1e4efc. |
| // ... | ||
| } | ||
| Symfony also creates automatically for you a service for each workflow (:class:`Symfony\\Component\\Workflow\\Workflow`) or state machine (:class:`Symfony\\Component\\Workflow\\StateMachine`) you have defined in your configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I would reword it:
Symfony creates a service for you automatically....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
seee1e4efc :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks
| ..versionadded::4.1 | ||
| The:class:`Symfony\\Component\\Workflow\\Exception\\TransitionException` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Do we Need this versionadded ?
@symfony/team-symfony-docs
| ..versionadded::4.1 | ||
| The:method:`Symfony\\Component\\Workflow\\Registry::all` method was |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Do we Need this versionadded ?
@symfony/team-symfony-docs
Uh oh!
There was an error while loading.Please reload this page.
Hi,
While attending to the #SymfonyConHackday2018
I wanted to test@lyrixx implementation (symfony/symfony#29146) of a request of mine (symfony/symfony#27925) on one of my projects.
I also wanted to add/improve the documentation in the same time.
This PR is WIP as the feature is not merged yet (on its way)
thank you