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

[BUG] Email activation bus pub/sub events not working #104

Closed
kon14 opened this issue Mar 31, 2022 · 0 comments · Fixed by #105
Closed

[BUG] Email activation bus pub/sub events not working #104

kon14 opened this issue Mar 31, 2022 · 0 comments · Fixed by #105
Assignees
Labels
bug Something isn't working

Comments

@kon14
Copy link
Contributor

kon14 commented Mar 31, 2022

Describe the bug

Email publishes an activation event (email:status:activated) during its onConfig lifecycle.
This event is subscribed upon by Authentication and Forms.

There is a couple of things to be fixed here:

  1. Email's event always publishes an empty string as its message, while both Authentication and Forms act on a value of enabled.
  2. Forms actually subscribes to email-provider:status:activated instead.

Working on a fix.
I'll backport any necessary fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant