- πΊπΈUnited States dpagini
@nterbogt Could you see if this problem still exists on the latest version of the 2.x branch?
- Status changed to Postponed: needs info
about 1 year ago 5:33pm 17 August 2023
Module overrides don't apply when a module is installed and aren't removed when a module is uninstalled.
nterbogt$ drush eval "echo \Drupal::config('mailsystem.settings')->get('defaults.sender');"
php_mail
nterbogt$ drush cr
Cache rebuild complete. [ok]
nterbogt$ drush eval "echo \Drupal::config('mailsystem.settings')->get('defaults.sender');"
devel_mail_log
I'll provide a patch for this module in a following comment.
Postponed: needs info
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@nterbogt Could you see if this problem still exists on the latest version of the 2.x branch?