The entity or node fields do not render properly when using the latest Views 7.x-3.x (4a07d08). This was notice on node link and edit link fields where the nid was always the first row's nid.

CommentFileSizeAuthor
#1 fix-field-renders-1332076-1.patch774 bytesrecrit

Comments

recrit’s picture

Status: Active » Needs review
StatusFileSize
new774 bytes

patch renders fields with a similar method as template_preprocess_draggableviews_view_draggabletable()

atlea’s picture

Tested and confirmed to fix wrong node edit links on D7.9, Views 3 dev (nov 13) and Draggable Views dev (jul 22).

Thank you!

dboulet’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

Confirming that patch in #1 works, thanks. This brings the preprocessing in line with the template_preprocess_views_view_table() function from the views module.

Moving to major priority: this causes some major wtfs as people delete the wrong nodes using the "Delete link".

ygerasimov’s picture

Status: Reviewed & tested by the community » Fixed

Comitted. Thanks!

Status: Fixed » Closed (fixed)

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