Problem/Motivation
After user registers to certain event, it is nice send him e-mail summarizing his application. To do that I use Rules, where {{ registration.host_entity.entity }} token returns the name of the host entity. However, i'd like to migrate this structure to ECA, unfortunately there are no tokens returning host entity name.
Issue fork registration-3487942
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
john.oltman commentedComment #6
john.oltman commentedGood catch, all but field tokens were missing. The host entity title will now be available at [registration:entity] and the host entity next level tokens at [registration:entity:*]. Committed to dev branches and will be in the next release in a few weeks.
Comment #13
pawleeq commentedSo, is this active in 3.3.1?
Comment #14
john.oltman commentedNo, it was committed right after 3.3.1 release. But it will be in the 3.4.0 release later this month. Should have that out in a couple weeks.
Comment #15
john.oltman commented3.4.0 released today
Comment #16
pawleeq commentedCool thank you very much:)