Skip to content

sprice/1400194

Repository files navigation

A simple Drupal distribution to reproduce #1400194: Country field tokens are broken

Installation

  1. Copy distro.make to development environment.
  2. Run drush make --working-copy distro.make public_html to build Drupal codebase.
  3. Install Drupal using the n1400194 installation profile.
  4. Create a node of type alpha.
  5. Create a node of type beta that references an alpha node 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.

About

A simple Drupal distro to demonstrate a countries.module issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors