"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

recrit’s picture

The 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.

recrit’s picture

Status: Active » Closed (works as designed)