Closed (fixed)
Project:
Viewfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2009 at 06:14 UTC
Updated:
25 Aug 2010 at 07:37 UTC
I've been trying to get the current view in a viewfield footer so I can create a link using the argument passed to the view.
views_get_current_view() gives you the parent view.
The simplest way to get it seems to have a global vabiable with the current viewfield view.
I've attached a patch to do this.
| Comment | File | Size | Author |
|---|---|---|---|
| viewfield-current-view.patch | 662 bytes | asciikewl |
Comments
Comment #1
darren ohPatch conflicts with fix for issue 373373. Found duplicate issue 281409.
Comment #2
sunIs this still an issue?
Comment #3
asciikewl commentedNope this works like advertised these days :)
Thanx.