fix(filter-indicator): show filters handled by jinja as applied (#17140)

(cherry picked from commit d7834f17e3)
This commit is contained in:
Ville Brofeldt
2021-10-18 19:28:05 +02:00
committed by Elizabeth Thompson
parent 4e3fa1a141
commit d90bfa65ef
8 changed files with 48 additions and 20 deletions

View File

@@ -485,6 +485,7 @@ class QueryContext:
"cached_dttm": cache.cache_dttm,
"cache_timeout": self.cache_timeout,
"df": cache.df,
"applied_template_filters": cache.applied_template_filters,
"annotation_data": cache.annotation_data,
"error": cache.error_message,
"is_cached": cache.is_cached,