I have a site with a content type product. I have another content type called order which contains node references + amount field to the product content type. These 2 fields are part of a multigroup field (cck3).

I have created a view that groups these node references by the node title of the orders.
Since I installed the latest dev, the rows of the latest order overwrite the rows of the previous ones. For example:

Order 2
-------
product 1 of order 2

Order 1
-------
product 1 of order 2 (should be product 1 of order 1)
product 2 of order 1

I have attached an export of my view and also the query of the preview.

Note: When I put the previous dev version back, everything is ok again.

CommentFileSizeAuthor
#1 query.txt2.71 KBtomsm
view_export.txt12.22 KBtomsm
query.txt0 bytestomsm

Comments

tomsm’s picture

StatusFileSize
new2.71 KB

sorry, the query.txt did not work.
I have attached it again.

dawehner’s picture

Status: Active » Closed (duplicate)

views 3.x and 2.x-dev does nearly every code, so you don't need to open two issues. Thanks. #619884: Grouping does not work - using grid style, Row style: Fields

tomsm’s picture

sorry, at first I did not notice it.