To reproduce:

  • Add the nodequeue links field to a view with a nodequeue relationship.
  • Allow PHP notice errors to be displayed to the user
  • Click the preview button on the view edit page.

Once the notice is dealt with the field still doesn't work properly because it's only going to output something if there are field aliases available.

Patch to follow.

CommentFileSizeAuthor
#1 1484498_1.patch865 bytessammys
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sammys’s picture

FileSize
865 bytes

Patch attached.

sammys’s picture

Status: Active » Needs review

Setting to needs review.

Status: Needs review » Needs work

The last submitted patch, 1484498_1.patch, failed testing.

jenlampton’s picture

Version: 7.x-2.0-beta1 » 7.x-2.x-dev
Issue summary: View changes
Status: Needs work » Reviewed & tested by the community

I'm unable to reproduce the PHP notices, but I do see that the nodequeue links are not appearing in the view preview. I can also confirm that the patch fixes that problem. Thank you! (patch still applies cleanly to 2.x-dev)

  • jenlampton committed 388f66f on 7.x-2.x authored by sammys
    Issue #1484498 by sammys: Field "links" doesn't work correctly
    
jenlampton’s picture

Status: Reviewed & tested by the community » Fixed

I'm not sure why the testbot was unable to apply the patch, it worked for me so I've committed it to 7.x-2.x.

Status: Fixed » Closed (fixed)

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