You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported this through email, and looks like we can fix this easily. The issue is that the query block, should inherit the template query, since it is part of the template. The fix is simple, need to add the "inherit":true in the block's meta. I will make a PR.
📌 UPDATE: Looks like a false alarm, I got confused because I looked at the demo, which had a customised template I was working with, after checking the master files, the query blocks are configured properly I will wait to see if client has any feedback (he was experiencing some issues with the query), and might close this issue.
The text was updated successfully, but these errors were encountered:
A user reported this through email, and looks like we can fix this easily. The issue is that the query block, should inherit the template query, since it is part of the template. The fix is simple, need to add the
"inherit":true
in the block's meta. I will make a PR.📌 UPDATE: Looks like a false alarm, I got confused because I looked at the demo, which had a customised template I was working with, after checking the master files, the query blocks are configured properly I will wait to see if client has any feedback (he was experiencing some issues with the query), and might close this issue.
The text was updated successfully, but these errors were encountered: