Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Developer experience
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jan 2011 at 11:36 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rbayliss commentedHrmm... This patch cleans up the explicitly declared tokens by moving them into new _ui.tokens.inc files. However, even with these moved into the UI modules, a lot of link tokens remain from the entity_token module. A bunch of these aren't working or are duplicated as noted below:
[order:view-url] - Entity token, but doesn't seem to work.
[order:admin-url] - Entity token, but doesn't seem to work.
[order:edit-url] - Both in commerce_order_ui.tokens.inc and entity_token, entity token doesn't seem to work.
[product:edit-url] - Both in commerce_product_ui.tokens.inc and entity_token, entity token works
Honestly, I don't know enough about entities yet to tell how this can be fixed, but it does seem to be a problem since these edit URL's aren't active without their respective UI modules. Hoping someone more Drupal 7 savvy can take a look at this.
Comment #2
rbayliss commentedNevermind, I figured it all out. This is ready to be reviewed.
Comment #3
rszrama commentedTokens seemed to work fine for me. Thanks again!