Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
5 Feb 2009 at 07:19 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dwwHere's the version as a stand-alone helper. Let me know if you want me to re-roll this as a member function on view objects themselves.
Comment #2
dwwBetter yet -- now as a member function on the argument class itself.
For example, the callsite in project_issue would look something like this:
Comment #3
dwwIf we already have the value, we can just return it without processing anything.
Comment #4
merlinofchaos commentedCommitted! Good work on this!