Closed (works as designed)
Project:
Commerce File
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2011 at 14:37 UTC
Updated:
30 Nov 2011 at 19:02 UTC
"Commerce File License: Licensed file" token in views seems to include a leading space.
I have the view setup like this:
field: Commerce File License: Licensed file
formatter: generic file
style settings: none
X Rewrite the output
X Output this file as a link
Link Path: system/files/files-for-sale/[commerce_file_license_file]
X Remove whitespaces
Any advice would be appreciated!
Comments
Comment #1
recrit commentedThe generic file formatter already displays as a link to the file so no rewriting is necessary.
Also those tokens are generated by views and the [commerce_file_license_file] is the complete formatted field returned by the generic file formatter, and is not the file name.
Comment #2
recrit commented