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
The dashboard native filters throws an unexpected error due to corrupted dashboard metadata.
How to reproduce the bug
Currently we're uncertain how the metadata becomes corrupted, though it likely occurs when people delete a filter. The issue surfaces when a the cascadeParentIds array references an ID which is not associated with any filters, e.g.
The dashboard native filters throws an unexpected error due to corrupted dashboard metadata.
How to reproduce the bug
Currently we're uncertain how the metadata becomes corrupted, though it likely occurs when people delete a filter. The issue surfaces when a the
cascadeParentIds
array references an ID which is not associated with any filters, e.g.Removing the hanging
NATIVE_FILTER-Fvk_h6yN
reference remedies the issue.Expected results
The
cascadeParentIds
array should only contain the IDs of currently defined filters.Actual results
An error is thrown.
Screenshots
Environment
(please complete the following information):
master
3.9
16
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: