Download & Extend

bug with the token [nid] with the view type weight changer

Project:Weight
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I wanted to make a view with the weight changer view list, and that permit modifying and deleting content. I thus create a custom text with the label "modify" and which is linking to "node/[nid]/edit". I've noticed that the [nid] token value get stuck at the last element of the list [nid] and doesn't change its value to the actual [nid] of each element.
For example i have 3 elements whose [nid] are "66" "45" "23", on every line the token value will be "23" instead of being "66" "45" "23".
This bug prevent me from mixing the modify and delete function with the weight changer view.
Can you fix it?

Comments

#1

Status:needs work» active

#2

Title:bug with the token with the view type weight changer» bug with the token [nid] with the view type weight changer

#3

Version:6.x-1.x-dev» master

Something similar happens with 7.x-1.0 and the same token. In my case, the first row gets repeated once when [nid] token is used or not.

Am changing the version to master, having in consideration that it exists in both versions, as reported before.

#4

Version:master» 6.x-1.x-dev
Status:active» fixed

This has been fixed and committed to 6.x-1.x.

#5

Status:fixed» closed (fixed)

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