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.