I have a view set up to filtered nodes with a single field: title. The view works correctly in the preview, showing the 1 entry I have so far that matches the criteria.
I have a nodereference field set as an autocomplete with the above view as a source. The autocomplete appears to be working correctly in that the drop down only opens when there is a match with the 1 node in there and, when I click on it, the correct node title is placed in the textbox.
What isn't working is that the node title is not showing in the dropdown box. If I add a label to the field, I get "Name:" in the dropdown so it has the correct field. If I remove the label, the dropdown is totally empty.
I'm at a loss as to what I could have wrong here. Everything seems to be set up right and, as I said, it's functional other than the actual title value not showing in the dropdown. Unfortunately, that's a critical bit as I intend to have more than 1 node in there eventually. ;)
Any ideas?
Thanks,
Michelle
PS: As a maintainer myself, I know it's hard to give an answer to something like this when it works for you so I'd be happy if you could even give me pointers as to where to stick some DSM's to see what's going on. :)
Comments
Comment #1
michelleMy bad. At some point, I used the CVS "version" of CCK and so it dropped off the radar of update status. So I was using an out of date version without realizing it. Updating fixed the problem.
Michelle