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.

Command icon 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

pawleeq created an issue. See original summary.

john.oltman’s picture

Title: Some tokens not available via ECA » Missing tokens
Version: 3.3.1 » 3.3.x-dev
Component: Registration Workflow » Registration Core

john.oltman’s picture

Status: Active » Fixed

Good 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

pawleeq’s picture

So, is this active in 3.3.1?

john.oltman’s picture

No, 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.

john.oltman’s picture

3.4.0 released today

pawleeq’s picture

Cool thank you very much:)