Problem/Motivation

Trying to remove the duplicates caused by entity token vs token. #1272560: Entity tokens duplicates field tokens created by token module

I opted for the entity token hyphenated because this is a commerce site and it was less work to remove the underscore _ field names.

Proposed resolution

Provide support for both for now.

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joelpittet’s picture

This is not ideal, but posting the patch to stop the bleeding for now...

DamienMcKenna’s picture

Status: Needs review » Needs work

I think this needs a setting to control how it works.

joelpittet’s picture

Temporary measure, crossing fingers the argument will be fixed upstream;)

joelpittet’s picture

DamienMcKenna’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 4: entity_token_support-2538658-4.patch, failed testing.

joelpittet’s picture

Yeah my patch needs a serious re-roll because of the recent changes, so I've avoided updating imagecache_token on a site due to this...

Chris Matthews’s picture

Issue tags: +Needs reroll
gturnbull’s picture

Hi Guys,
I have re-rolled the patch to work with the latest version of the imagecache_token module.

Thanks,
Gordon

gturnbull’s picture

Status: Needs work » Needs review
DamienMcKenna’s picture