Closed (fixed)
Project:
Mailer Plus Log
Version:
1.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Oct 2022 at 09:43 UTC
Updated:
28 Jul 2026 at 09:05 UTC
Jump to comment: Most recent
Great module thanks. After installing this module, any mailer policy entries that contained a mailer log element are deleted.
Instead of removing the whole policy just remove the mail log element. Not sure how - Drupal seems to remove the policy automatically based on dependencies.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
phoang commentedComment #4
adamps commentedThanks that looks sensible. I didn't test it as I don't have a suitable site at the moment however I reviewed the code.
Comment #6
svendecabooterTested and it works.
However, when uninstalling via the UI, you get a confirmation page that lists all config that will be uninstalled, and the mailer policies are still listed there... Not sure if we can circumvent that.
However, it's better to have them listed and not be deleted unwantedly, then the current state where they do get deleted.
Comment #7
svendecabooterComment #10
adamps commentedGreat thanks. I agree with the point in #6, however potentially this is the best we can do given how Core works.