I am receiving an ajax error when trying to add the "Nodequeue Add / Remove links" to a view.

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /admin/structure/views/view/edit_nodequeue/preview/default/ajax
StatusText: OK
ResponseText: 
( ! ) Fatal error: Cannot access empty property in /www/sites/all/modules/nodequeue/includes/views/nodequeue_handler_field_links.inc on line 10

After doing a bit of debugging the nodequeue_handler_field_links is trying to access $this->aliases['nid'] but the aliases array is empty.

I am using the 7.x-3.x-dev version of views.

CommentFileSizeAuthor
#1 1307306.patch817 bytesamateescu

Comments

amateescu’s picture

Status: Active » Fixed
StatusFileSize
new817 bytes

Commited the attached patch to 7.x-2.x. Thanks for the report :)

http://drupalcode.org/project/nodequeue.git/commit/37a5122

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.