When I choose "Link this field to its node", the path it produces is wrong:

http://www.mysite.com/node/nid

it has the string 'nid' instead of the actual nid value.

Comments

mattyoung’s picture

bump

Crell’s picture

Um. That should be handled by the handler for that field. I don't see how that has any relation to views_attach, which is a display plugin.

mattyoung’s picture

I see. The field is a Date field so the problem is with the Date module?

Thanks!

Crell’s picture

Project: Views attach » Date

That's where I'd start looking. Refiling this issue accordingly.

choster’s picture

Title: "Link this field to its node" is bad » "Link this field to its node" uses bad URL
Component: Code » Date CCK Field

Marked #593774: CCK Datetime field "Link this field to its node" gives bad url as a duplicate, which reported the same problem with a datetime field in 6.x-2.4.

BWPanda’s picture

I'm also experiencing this issue with the latest stable version of Date. I imagine it'd be easy enough to fix, but I've tried looking through the code and can't see where it is...

Crell’s picture

Component: Date CCK Field » Code
Issue summary: View changes
Status: Active » Closed (outdated)