Posted by Vaarteen on October 27, 2009 at 3:59pm
Jump to:
| Project: | NodeSymlinks |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | minor |
| Assigned: | wojtha |
| Status: | active |
Issue Summary
Hello.
Thanks for this great module, but I'm having some trouble with it.
I've added a nodereference field in the "page" node type. This field is associated with a view to let me link my page to one or more another page.
Here is the problem : when I tick some linked pages in my CCK field, I can't use the "Show in More Locations" buttons as an error occurs :
"An illegal choice has been detected. Please contact the site administrator."
" : Content can't be referenced."
If I untick all linked pages, symlinks works. I just then have to re-tick my linked pages.
It seems validation is not passed if the CCK field is not empty.
Bug or not ?
Comments
#1
Hi again.
Some more information.
The view I'm using to produce the cck field's content is :
produce all nodes of some types except the current one (argument : node:nid, provide default argument, node's ID from URL, exclude argument).
If I use a view providing all nodes INCLUDING the current one (argument : node:nid, show all values), Symlinks works in all case.
So, I guess this is the point. I can live with it, but I like to understand things. Has someone an explanation ?
#2
Strange ... When I get some spare time I will try to reproduce.
#3
Thank you.
As I said, I can live with it. Il's only "strange" to find the current node in the list of available linkable nodes.