Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
node data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2010 at 14:13 UTC
Updated:
22 Apr 2010 at 01:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThe problem is that [type] is the human readable version, but the argument expects the machine readable version of it. Perhaps there should be type-type and type-name
Comment #2
glennpratt commentedIf I try to patch this, what version are you accepting patches against?
Comment #3
dawehnerUse 2.8 or 3.x i guess the class is the same currently.
Comment #4
glennpratt commentedFirst swing at a patch, adds machine name as an option for the field handler. Feedback would be appreciated.
Comment #5
glennpratt commentedWhoops, botched the patch file name...
Comment #6
merlinofchaos commentedThis looks decent. However, the option needs to be defined in option_definition() or it wont' be saved in 3.x.
Comment #7
dawehnerThe same patch with option_definition
Comment #8
merlinofchaos commentedCommitted to 6.x-2.x and 3.x. Does not seem to apply to 7.x (not terribly surprised).
Comment #9
dawehnerHere is a patch to review
Comment #10
dawehneri tested it with manual testing.
Comment #11
glennpratt commentedSweet, thanks!