Skip to content
Snippets Groups Projects
Unverified Commit baf0ee5f authored by Mark Bastian's avatar Mark Bastian Committed by GitHub
Browse files

Fixing aggregate dropdowns in dashboard filters (#35754)

The `values-from-card-query` constructs a new query to determine
enumerable values for filter drop-downs in dashboards. It does this
by generating a simple query from the passed in query with the
filtered value as a query filter. This query didn't know about
expressions which the filter might use. The fix was to just add
in the expressions from the base query.

Fixes #12985
parent 36f09dea
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment