-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odd Error that hangs the UI #2868
Comments
Same (similar?) error when filtering on multiple values. "filter": [ is ok, but "filter": [ causes the UI to hang with the error posted by yuj2i0. |
How I found this issue was the same use as above for my own application. |
Locking as the comments have devolved. We are aware there is a serialization issue with filter strings in some cases. |
Copy and paste the JSON Config below to the Editable Perspective Example
{ "version": "3.1.3", "plugin": "Datagrid", "plugin_config": { "columns": {}, "edit_mode": "EDIT", "scroll_lock": false }, "columns_config": {}, "settings": true, "theme": "Pro Light", "title": null, "group_by": [ "Country", "State", "City", "Category" ], "split_by": [], "columns": [ "Profit", "Sales" ], "filter": [ [ "Customer Name", "in", "Aaron Bergman" ], [ "Product Name", "in", [ "\"\"While you Were Out\"\" Message Book", "One Form per Page" ] ], [ "Region", "==", "East" ], [ "Category", "==", "" ] ], "sort": [], "expressions": {}, "aggregates": {} }
https://perspective.finos.org/blocks/editable/index.html
Choose Category as Furniture
Then backspace so it's empty, the UI hangs
The text was updated successfully, but these errors were encountered: