Skip to content
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

Data Points Graph: trying to disable last data point breaks the widget #43

Open
Tracked by #46
haraldmeyer opened this issue Sep 6, 2024 · 0 comments
Open
Tracked by #46
Assignees
Labels
bug Something isn't working

Comments

@haraldmeyer
Copy link
Collaborator

Describe the bug
When multiple datapoints are configured it is possible to disable some of them so that they are not shown. At least one datapoint needs to be kept enabled. The problem is when one tries to disable the last datapoint the corresponding alert is not just affecting the current datapoint but all other datapoints. At that point, it is not possible to re-enable the other datapoints and the dashboard has to be reloaded.

To Reproduce
Steps to reproduce the behavior:

  1. Configure three datapoints A, B, C
  2. Disable datapoints A,B
  3. Try to disable datapoint C
  4. Warning is shown for all three datapoints and toggling the status is disabled for all of them.

Expected behavior
Warning should only affect current datapoint. It should be possible to enable another datapoint. The warning on the previous datapoint should go away and it should be possible to disable it now.

Screenshots

image

Desktop (please complete the following information):

  • OS: Win 11
  • Browser Chrome
  • Version 128.0.6613.113
@janhommes janhommes added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants