Closed (fixed)
Project:
Token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Jun 2010 at 00:08 UTC
Updated:
1 Jul 2010 at 04:20 UTC
Jump to comment: Most recent file
If we want to do tokens like [term:parent:path]/[term:name] it's currently not possible as core only provides [term:url] which when used with language prefixes or other conditions, results in output like /en/parent-term/child-term, when run through pathauto would end up double language-prefixed. So, we just need to provide [entity:path] tokens which will be easy to do with our entity/token mappings.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 829744-token-entity-path-D7.patch | 7.07 KB | dave reid |
Comments
Comment #1
dave reidComment #2
dave reidCommitted to CVS.
http://drupal.org/cvs?commit=381068
Comment #3
dave reidAlso removed the [term:path] token from pathauto since it's covered here.