mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
fix(dashboard): Charts crashing when cross filter on adhoc column is applied (#23238)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
(cherry picked from commit 42980a69a7)
This commit is contained in:
committed by
Elizabeth Thompson
parent
d670cb6a7f
commit
224f962e46
@@ -165,6 +165,8 @@ class QueryContextProcessor:
|
||||
"cache_timeout": self.get_cache_timeout(),
|
||||
"df": cache.df,
|
||||
"applied_template_filters": cache.applied_template_filters,
|
||||
"applied_filter_columns": cache.applied_filter_columns,
|
||||
"rejected_filter_columns": cache.rejected_filter_columns,
|
||||
"annotation_data": cache.annotation_data,
|
||||
"error": cache.error_message,
|
||||
"is_cached": cache.is_cached,
|
||||
|
||||
Reference in New Issue
Block a user