-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
Milestone
Description
Describe the bug
Any new-style aggregate graphs which use a |query_| in the text_format end up being statically defined instead of dynamic.
To Reproduce
Steps to reproduce the behavior:
Update a data query, and observe that the old value of the |query_| is still present in the aggregate graph, instead of the new queried value.
Expected behavior
When an object in a data query is updated, any references using |query_| should also follow suit.
Additional context
I think I mentioned this in one of my other reports, so if we want to handle it there, that would be ok too. Sorry for the double-post in that case.