Exposed filters aggregation (regression?)

Created on 9 April 2024, 8 months ago

Problem/Motivation

Seems to be the exact same problem as issue #2372173 ... Views Aggregator column action seems to work for the full dataset of a view, using fixed filters, but does not respect the current results of the view with exposed filters in use.

Steps to reproduce

  • Create a view using Views Aggregator table with aggregation options; base the aggregation on all results and/or don't use a pager.
  • Set up a field with a 'column action' that'll be easy to read as it changes, such as Sum on a node ID field.
  • Set up an exposed filter field, such as content type.
  • Observe the table with all results; take note of the column action (e.g. Sum) value.
  • Use the exposed filter to change the results list; note that the results change, but the column action value does not.
  • Change the 'exposed' filter to a non-exposed one, set it to the value that you chose before. Notice that the column action value will now be set appropriately to the currently viewed results.

Proposed resolution

Whatever was done in D7 for issue #2372173 , hopefully.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States tlwatson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024