Problem using NodeSymlink with Nodereference
Vaarteen - October 27, 2009 - 15:59
| Project: | NodeSymlinks |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 ?

#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 ?