A simple Drupal distribution to reproduce #1400194: Country field tokens are broken
- Copy
distro.maketo development environment. - Run
drush make --working-copy distro.make public_htmlto build Drupal codebase. - Install Drupal using the
n1400194installation profile. - Create a node of type
alpha. - Create a node of type
betathat references analphanode and has a country.
Expected Result: A new node of type beta with a title following the token.module pattern [node:field_alpha] - [node:field_country]
Actual Result: A new node of type beta with a title that includes the pattern [node:field_alpha] - and an error as described in the original issue.