Closed (fixed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Feb 2009 at 00:04 UTC
Updated:
8 Mar 2009 at 08:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwThis seems to work just fine. Any objections?
Comment #2
merlinofchaos commentedLooks good to me!
Comment #3
dwwWhoops, except:
A)
$this->get_value_options()always returns NULL. ;) I have to call that and then test$this->value_optionsitself.B) This assumes the field key is 'version'. Probably safer to check for a field using the DB column "version" with {project_release_nodes} as the table.
Comment #4
dwwAlso added a test to make sure the field and filter are from the same relationship. Committed to HEAD. About to deploy on d.o. It's pretty cool how relatively easy this was to accomplish. Go views! ;)
Comment #5
dwwFYI: This needed a followup patch to fix a few problems:
http://drupal.org/cvs?commit=174206