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

Vaarteen’s picture

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 ?

wojtha’s picture

Title: Problem using NodeSymlink with Nodereference » Problem using NodeSymlink with Nodereference using Views and arguments
Assigned: Unassigned » wojtha
Priority: Normal » Minor

Strange ... When I get some spare time I will try to reproduce.

Vaarteen’s picture

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.

wojtha’s picture

Status: Active » Closed (cannot reproduce)