If one uses a nodereference field as argument in a view and chooses summary as "Action to take if argument is not present", the correct list of nodereference nodes was displayed in RC10. After upgrading to 2.0 and now to 2.1 this is not the case anymore: instead of getting the summary as specified, a list of all the filtered nodes is displayed.

CommentFileSizeAuthor
#1 cck_334290.patch1.31 KBdrewish
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drewish’s picture

Status: Active » Reviewed & tested by the community
FileSize
1.31 KB

Strangely I was looking to copy paste some code from userreference.module and noticed the source of this. Looks like some code from nodereference got pasted in. Super simple fix so I'm going to RTBC it.

yched’s picture

Status: Reviewed & tested by the community » Postponed (maintainer needs more info)

Doh indeed :-).Committed. Thanks !

However, I don't see how this could cause the bug described in the original post - which, BTW, I'm unable to reproduce.
Setting back to active for this.

mike_r1977: What exactly do you mean by 'a list of all the filtered nodes is displayed' ?

yched’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Actually I think I see the bug.
Let's deal with this in #342427: Incorrect summaries for noderef and useref CCK fields.