I'm reporting this here because I spent at least two hours to figure it out, and if it helps somebody else save some time, so much for the better.
Here's what happened:
I have a content type Product and a content type Author. In the product full node I was showing the teaser for Author.
To make things cleaner in the backend, I moved the Author node reference field inside of a fieldgroup in the Product node. This caused the DS node reference field to stop working. It took me a while to realize it because I didn't check the full node display when I move the field inside of a fieldgroup.
My solution was to pull the field back out of the fieldgroup.
Hope this helps somebody else who stumbles here.
Comments
Comment #1
swentel commentedOk, thanks for the info!
Comment #2
xtfer commentedRe-opening this, as it appears to be an issue with the rendering pipeline.
A CCK field inside a field group ignores any DS settings and instead uses the default CCK rendering, no matter what settings are used in the DS layout.
Comment #3
xtfer commentedrenaming for clarity
Comment #4
xtfer commentedThis is a ds bug which has been fixed in the 6.x-2.x branch.