-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Organization of Commands/Messages #16642
Conversation
Wojdylak
commented
Jul 29, 2024
Q | A |
---|---|
Branch? | 2.0 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | #15730 |
License | MIT |
Bunnyshell Preview Environment deletedAvailable commands:
|
9d65915
to
ea040b2
Compare
ea040b2
to
a2f0573
Compare
src/Sylius/Bundle/CoreBundle/Resources/config/services/command_handler.xml
Outdated
Show resolved
Hide resolved
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.
Request changes is due comment #16642 (comment)
...e/Tests/DependencyInjection/Compiler/BackwardsCompatibility/ReplaceEmailManagersPassTest.php
Outdated
Show resolved
Hide resolved
...us/Bundle/CoreBundle/spec/CommandHandler/Admin/Account/SendResetPasswordEmailHandlerSpec.php
Outdated
Show resolved
Hide resolved
...us/Bundle/CoreBundle/Resources/config/serialization/Messages/Admin/Account/ResetPassword.xml
Outdated
Show resolved
Hide resolved
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" | ||
> | ||
<services> | ||
<service id="sylius.command_dispatcher.resend_order_confirmation_email" class="Sylius\Bundle\CoreBundle\CommandDispatcher\ResendOrderConfirmationEmailDispatcher"> |
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 wonder if it would not be good to introduce these new ids already in version 1.14, and here just remove the deprecated (old) ones 🤔
| Q | A |-----------------|----- | Branch? | api-platform-3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file --> | Related tickets | after #16642 | License | MIT <!-- - Bug fixes must be submitted against the 1.13 branch - Features and deprecations must be submitted against the 1.14 branch - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html -->