Closed (fixed)
Project:
Token Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2012 at 16:28 UTC
Updated:
21 Apr 2016 at 15:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidInteresting. It's actually better to change our checking for field_attach_view() to check for field_default_view() since that function is called for both field_attach_view() and field_view_field(), the latter of which is what Views uses sometimes.
I made this change to http://drupalcode.org/project/token_filter.git/commit/7c136e4 for 7.x-1.x-dev.
Comment #3
jacobroufa commentedBeautiful, thanks for this fix!
Comment #4
sylus commentedJust attaching a patch as no release and want to patch on top of official. Patch above isn't relevant to module root.