Problem/Motivation
When e-mailing the event enrollees, the token [social_user:recipient] is never transformed into the actual recipient name.
Steps to reproduce
1. Create an event and add a user
2. Use 'Email selected enrollees' action
3. In the message use the [social_user:recipient] token
4. Check the e-mail message.
Proposed resolution
Inside social_use_token(), there is a condition that the message data needs to be an instance of Message entity, but if you look and the actual job, we pass in a message string and not the entire entitity.
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
robertragas commentedReview, merged and will land in 11.1.15 and higher
Comment #3
robertragas commented