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
Please describe. If this affects the front-end, screenshots would be of great help.
In the Dashboard query builder, if a formula contains brackets with arithmetic operators A / (A + B) the arithmetic operators are removed if you later edit the Panel Details leaving you with an invalid expression: A / (A B)
Expected behavior
How to reproduce
Create a Dashboard Panel
Include a formula A / (A + B)
Save Changes.
Edit Panel and notice the error API responded with 400 - invalid expression A / (A B) : Cannot transition token types from VARIABLE [A] to VARIABLE [B] status: error
Bug description
Please describe.
If this affects the front-end, screenshots would be of great help.
In the Dashboard query builder, if a formula contains brackets with arithmetic operators
A / (A + B)
the arithmetic operators are removed if you later edit the Panel Details leaving you with an invalid expression:A / (A B)
Expected behavior
How to reproduce
A / (A + B)
API responded with 400 - invalid expression A / (A B) : Cannot transition token types from VARIABLE [A] to VARIABLE [B] status: error
+
is missing.Version information
Additional context
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: