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
When using the view drop down in the explorer it does not switch between views.
Tested with logs but might affect other environments too.
Clearing the view does work, and reloading post selecting does bring up the right view, but click the view does not select it.
If a view is already selected then clicking a different view doesn't switch the drop down either.
Screen.Recording.2024-10-14.at.09.33.17.mov
Expected behavior
The view picker should work as it did in 0.55.0 where clicking a view switches to it.
How to reproduce
Create at least 2 views in logs
Try to switch between those views
Version information
Signoz version: 0.56.0
Browser version: Chrome 129.0.6668.101
Your OS and version: macOS 14.6.1
Your CPU Architecture(ARM/Intel): ARM
Additional context
This bug was introduced with 0.56.0, in 0.55.0 the explorer did not exhibit this issue.
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered:
When doing some debugging I found that if handleOptionsChange() is not called by the newly added updateOrRestoreSelectColumns() then the issue does not occur.
It is called because extraData.selectColumns?.length is 1.
Perhaps there is intended to be a isEqual() check here like there is with the else case?
Perhaps either updatePreservedViewInLocalStorage() OR updateOrRestoreSelectColumns() should be called but not both?
Perhaps updateOrRestoreSelectColumns()should use some output of updatePreservedViewInLocalStorage()?
(Just throwing some ideas out, I am looking at this code for the first time so I really don't know the answer to these questions)
Bug description
When using the view drop down in the explorer it does not switch between views.
Tested with logs but might affect other environments too.
Clearing the view does work, and reloading post selecting does bring up the right view, but click the view does not select it.
If a view is already selected then clicking a different view doesn't switch the drop down either.
Screen.Recording.2024-10-14.at.09.33.17.mov
Expected behavior
The view picker should work as it did in 0.55.0 where clicking a view switches to it.
How to reproduce
Version information
Additional context
This bug was introduced with 0.56.0, in 0.55.0 the explorer did not exhibit this issue.
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: