Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Workflow] Triggerentered event for subject entering in the Workflow for the first time#29145
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
lyrixx commentedNov 8, 2018
| Q | A |
|---|---|
| Branch? | master |
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #28319 |
| License | MIT |
| Doc PR |
…ow for the first time
nicolas-grekas 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.
please submit a doc PR if applicable
nicolas-grekas commentedDec 1, 2018
Thank you@lyrixx. |
…g in the Workflow for the first time (lyrixx)This PR was merged into the 4.3-dev branch.Discussion----------[Workflow] Trigger `entered` event for subject entering in the Workflow for the first time| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#28319| License | MIT| Doc PR |Commits-------388840f [Workflow] Trigger `entered` event for subject entering in the Workflow for the first time
lstrojny commentedApr 28, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I think this should be considered a BC break since it changes the signature of |
lyrixx commentedApr 28, 2020
There was not typehint nor PHPDoc on this method, so I guess this was not a BC break. |
lstrojny commentedApr 28, 2020
The argument that a lack of PHPDoc makes it not a BC break doesn’t sound convincing to me as one wouldn't realistically expect users to assume |
xabbuh commentedApr 29, 2020
I think adding this to the upgrade file is a good idea as changing this again is too late.@lstrojny Would you like to send a PR changing the |