Skip to content

Remove non-working default for ApplicationMailer #2562

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

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Remove non-working default for ApplicationMailer #2562

merged 1 commit into from
Oct 2, 2024

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Oct 2, 2024

The default setting within the ApplicationMailer is overwriting the previously-set values from config/action_mailer.yml. Of course, that is not intended and needs to be fixed.

The `default` setting within the ApplicationMailer is overwriting the previously-set values from `config/action_mailer.yml`. Of course, that is not intended and needs to be fixed.
@MrSerth MrSerth added bug ruby Pull requests that update Ruby code labels Oct 2, 2024
@MrSerth MrSerth requested a review from Dome-GER October 2, 2024 02:21
@MrSerth MrSerth self-assigned this Oct 2, 2024
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.52%. Comparing base (e3a2f98) to head (8d0d91a).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2562      +/-   ##
==========================================
- Coverage   69.53%   69.52%   -0.01%     
==========================================
  Files         202      202              
  Lines        6362     6360       -2     
==========================================
- Hits         4424     4422       -2     
  Misses       1938     1938              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@Dome-GER Dome-GER left a comment

Choose a reason for hiding this comment

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

Argh, I stumbled across this when reviewing the upgrade. Should have added a comment to be on the safe side.

@Dome-GER Dome-GER merged commit 9dbd5ed into master Oct 2, 2024
10 checks passed
@Dome-GER Dome-GER deleted the mailer branch October 2, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants