Link to comments stopped working in 2.3
derjochenmeyer - February 9, 2009 - 12:26
| Project: | Views |
| Version: | 6.x-2.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
The option "Link this field to its comment" generates a link that is missing the "node" argument.
Before (2.2) mysite.com/node/123#comment-23
After (2.3) mysite.com/123#comment-23
Revert (to 2.2) mysite.com/node/123#comment-23
Tried cleaing all caches :)

#1
Same problem here as well!
#2
Confirmed. The link in default recent comments points to
http://myzonelabs.com/19#comment-148instead of node/19....Somewhat critical for me. For now, I'm disabling that block on two sites.
#3
here is a patch which solves the issue, not sure whether there is a related issue, which patched this in
#4
Patch committed. Thanks!
#5
Has the patch been added to the latest release?
#6
It's there in current 6.x-dev release, and will be included in Views 6.x-2.4
#7
Automatically closed -- issue fixed for 2 weeks with no activity.
#8
finally my problem solved
thanks for the patch