- Issue created by @svendecabooter
- Assigned to nidhi27
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 12:19pm 2 May 2024 - 🇮🇳India nidhi27
Hi @svendecabooter,
I have created #MR3 for this feature request where admin can select which email needs to be send. Let me know if any changes are needed.
Thanks! - 🇮🇳India agunjan085
Verified MR https://git.drupalcode.org/project/resend_register_mail/-/merge_requests/3 on 1.0.2 and it's working fine.
I am now able to select which email to send
- Status changed to Needs work
8 days ago 12:33pm 7 May 2025 - 🇧🇪Belgium svendecabooter Gent
Sorry for the delay. Had a bit of time to review this now.
This does allow the user to select the type of message to send, but only when the action plugin is triggered.
When editing a user and clicking the button shown on the form, the old behaviour is still used.
So that introduces 2 different behaviours, according to the path you take to trigger it.Also, would it be an option to reuse the functionality that now decides in code which mail to send, to provide a default value to the user? Some editorial users might not know which email is the most appropriate, so guiding them in the right direction would be good.
- 🇮🇳India nidhi27
Hii,
So after triggering the actions, one default mail should be selected in select menu based on the current logic in action? Let me know my understanding is correct or not.
Thanks!