Commit Graph

4 Commits (d9c25d149def1d6c1279e17d21238e7ab76f444c)

Author SHA1 Message Date
Víctor Martínez 59df0d80c6 [IMP] mass_mailing_partner: Add partner_name in error constrain messageç 2020-12-11 09:45:36 +01:00
Pedro M. Baeza 8fb1fc085e [FIX] mass_mailing_partner: Don't match partner if no email
It doesn't make sense and even more, it crashed.

Fixes #644
2020-12-04 08:33:59 +01:00
Jared Kipe 09fa32b753 [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.
2020-07-16 10:38:51 -07:00
Manuel Calero 65b1a9a92a [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00