From 95a70d8bda1d1f61aeeadecfc96346df87432422 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 18 Mar 2020 07:29:18 -0700 Subject: [PATCH] [FIX] mass_mailing_partner: Unsubscribe should not unlink the subscription. Before, on the backend if you check the `opt_out` checkbox and saving on a `mailing.contact`, the entire row (`mailing.contact.subscription`) would be unlinked. Combined with `mass_mailing_list_dynamic` this means the contact would just be re-subscribed over and over. After, check `opt_out` will fill `unsubscription_date` and the row will stay. Tests in `mass_mailing_list_dynamic` pass. --- mass_mailing_partner/readme/CONTRIBUTORS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mass_mailing_partner/readme/CONTRIBUTORS.rst b/mass_mailing_partner/readme/CONTRIBUTORS.rst index ab4be71..afeba4f 100644 --- a/mass_mailing_partner/readme/CONTRIBUTORS.rst +++ b/mass_mailing_partner/readme/CONTRIBUTORS.rst @@ -9,3 +9,5 @@ * Ernesto Tejeda * Victor M.M. Torres * Manuel Calero + +* `Hibou Corp. `_