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

Usage of E-Mail Managers within CommandHandlers #15794

Merged

Conversation

Rafikooo
Copy link
Contributor

@Rafikooo Rafikooo commented Feb 1, 2024

Q A
Branch? 1.13
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets #15774
License MIT

@Rafikooo Rafikooo added DX Issues and PRs aimed at improving Developer eXperience. Maintenance CI configurations, READMEs, releases, etc. labels Feb 1, 2024
@Rafikooo Rafikooo requested a review from a team as a code owner February 1, 2024 07:47
@probot-autolabeler probot-autolabeler bot added Admin AdminBundle related issues and PRs. API APIs related issues and PRs. labels Feb 1, 2024
@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch from c9ea89e to 4d1ed66 Compare February 1, 2024 07:55
Copy link

github-actions bot commented Feb 1, 2024

Bunnyshell Preview Environment deleted

Available commands:

  • /bns:deploy to redeploy the environment

@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch from 4d1ed66 to de746d6 Compare February 2, 2024 09:02
Wojdylak
Wojdylak previously approved these changes Feb 2, 2024
@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch from de746d6 to e419871 Compare February 2, 2024 16:06
@Rafikooo Rafikooo requested a review from a team as a code owner February 2, 2024 16:06
@Rafikooo Rafikooo changed the title Usage of E-Mail Managers within CommandHandlers [WIP] Usage of E-Mail Managers within CommandHandlers Feb 2, 2024
@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch 2 times, most recently from d0f9604 to 270d74b Compare February 7, 2024 09:43
@Rafikooo Rafikooo changed the title [WIP] Usage of E-Mail Managers within CommandHandlers Usage of E-Mail Managers within CommandHandlers Feb 7, 2024
@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch 6 times, most recently from e4cbf85 to c3e0d57 Compare February 8, 2024 00:07
@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch 5 times, most recently from bb1ff3c to e2569de Compare February 11, 2024 22:47
@Rafikooo Rafikooo dismissed stale reviews from TheMilek and Wojdylak via ef2b428 February 14, 2024 09:18
@Rafikooo Rafikooo force-pushed the SYL-3299/email-manager-command-handlers branch from 793df91 to ef2b428 Compare February 14, 2024 09:18
Comment on lines +49 to +60
<service id="sylius.mailer.account_registration_email_manager"
class="Sylius\Bundle\CoreBundle\Mailer\AccountRegistrationEmailManager"
>
<argument type="service" id="sylius.email_sender" />
</service>
<service id="Sylius\Bundle\CoreBundle\Mailer\AccountRegistrationEmailManagerInterface" alias="sylius.mailer.account_registration_email_manager" />

<service id="sylius.mailer.account_verification_email_manager"
class="Sylius\Bundle\CoreBundle\Mailer\AccountVerificationEmailManager"
>
<argument type="service" id="sylius.email_sender" />
</service>
Copy link
Member

Choose a reason for hiding this comment

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

It's minor but if you don't forget – inline id with class in a separate PR

Copy link
Member

Choose a reason for hiding this comment

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

cc: @Wojdylak

Copy link
Member

Choose a reason for hiding this comment

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

ok, I didn't check the others :|

@jakubtobiasz jakubtobiasz merged commit 67ebccb into Sylius:1.13 Feb 14, 2024
28 checks passed
@jakubtobiasz
Copy link
Member

Thank you, @Rafikooo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin AdminBundle related issues and PRs. API APIs related issues and PRs. DX Issues and PRs aimed at improving Developer eXperience. Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants