- First commit to issue fork.
- 🇪🇸Spain omarlopesino
The MR works fine into my site (Drupal 11). I've updated the MR thinking that the MR needs reroll, but i guess it is for the D7 patch, not the MR.
I've noticed that for example, when I create a newsletter issue, and I send it, if I create a translation, I can't send the translation of that content. This implies that if I want to send a newsletter in multiple languages, I need to create every translation before sending it.
Could it be good idea to re-queue the newsletter when a translation is created?
- Merge request !79Adding RecipientHandlerTranslationRestricted to support sending newsletter... → (Open) created by omarlopesino
- 🇬🇧United Kingdom adamps
Thanks. Fixes now need to be on 4.x.
I've noticed that for example, when I create a newsletter issue, and I send it, if I create a translation, I can't send the translation of that content. This implies that if I want to send a newsletter in multiple languages, I need to create every translation before sending it.
This is "works as designed". Each newsletter can only be sent once - otherwise it causes many problems for this module.
- First commit to issue fork.