When I configuring the grouping field for a single display in a view then I noted that this will be reflected at all displays under a single view.

My requirement is here to apply the grouping field for a single view display in a view, but due to this issue, my requirement doe’s not matched.

CommentFileSizeAuthor
grouping.png104.63 KBbalbeeryadav

Comments

balbeeryadav created an issue. See original summary.

balbeeryadav’s picture

Version: 8.7.x-dev » 8.9.x-dev

Drupal 8.8.7 was released on June 3, 2020 and is the final full bugfix release for the Drupal 8.8.x series. Branches prior to 8.8.x are not supported, and Drupal 8.8.x will not receive any further development aside from security fixes. Sites should prepare to update to Drupal 8.9.0 or Drupal 9.0.0 for ongoing support.

Bug reports should be targeted against the 8.9.x-dev branch from now on, and new development or disruptive changes should be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

aslaymoore’s picture

I was experiencing the same issue, where "group by" was applying to all view displays instead of an individual view display in a view.

There's a patch available on this related issue: https://www.drupal.org/project/drupal/issues/2552541 that solved the problem for me.

joegraduate’s picture