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.
Comments
Comment #1
tomsm commentedsorry, the query.txt did not work.
I have attached it again.
Comment #2
dawehnerviews 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
Comment #3
tomsm commentedsorry, at first I did not notice it.