Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 17:20 UTC
Updated:
20 Jun 2011 at 15:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
amateescu commentedGood catch, but the patch is not so simple because
nodequeue_node_view()doesn't return a $links array as hook_link() did in 6.x.I created a new function
nodequeue_node_linksthat receives a node object and returns an array of links, and used it innodequeue_node_view()and the views field handler.Commited attached patch to 7.x.
http://drupalcode.org/project/nodequeue.git/commit/d7b9b88
Comment #2
Jerome F commentedthank you - I had to upgrade to last dev and it's fixed.