Hello,

I use a jquery system to add node references to a content type (CT_A).
The content-type CT_A has a node-reference cck field to store informations, but this is a specific module who manage all things...

The referenced nodes are another content type (CT_B) with complex features. Jquery is used to simplify the creation of it directly in the CT_A content.

Now, my problem is the following. I would like to restrict the display of referenced nodes in the list only with the already CT_B referenced node.

I create a view with :
- relationship : CT_B
- argument : nid -> default value, nid in url
- fields : title (CT_B relation)
- filters : node-type = CT_B (CT_B relation)

When I try to display the results of my view in the preview, I have 5 CT_B contents for my 319 nid node.
When I link the view with the node reference, It display only one CT_B content, and the content is not selected in the list. Now if I save the CT_A content, because no CT_B are selected in the node-reference list, all node-references are deleted...

Is there a bug with the node-reference cck field ?

Is there a possibility to restrict display only with already referenced nodes ?

Thanks for any answer / suggestions :-)