I want to provide Field Value (Integer field) into path Patterm,
I tried to use [node:field-myfield] and [node:field_myfield] and I get no difference, label of field is aliased.

Comments

Dave Reid’s picture

Status: Active » Postponed (maintainer needs more info)

You first might want to try tweaking how that field is output in tokens - https://drupal.org/node/1299662 (which requires you to use the underscore-version, node:field_myfield).

Jarviss’s picture

Category: feature » bug

---

Jarviss’s picture

Dave Thank you! But still I use [node:field_zap] and get no integer in Path Alias is this a bug?
I deleted Path aliases, generated new, and Flushed all cache.
Token 7.x-1.5 Pathauto 7.x-1.2 Drupal 7.22
I get aliased label of integer field value in url path!

Jarviss’s picture

Also when I use Term Reference Field Token like [node:field-term] as I suppose I should get Term id in path but I get term name alias in path!

Jarviss’s picture

I guess it is about Field tokens Issue https://drupal.org/node/691078

Jarviss’s picture

Also found that [node:field_integer] does not generate label alias in path at all!

Jarviss’s picture

Issue summary: View changes

1