Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dashboard UI sending changed_input field at wrong level in input_changed event #708

Closed
MichaelBurgess opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
dashboards UI dashboard ui

Comments

@MichaelBurgess
Copy link
Contributor

We are sending this:

{
  "payload" : {
    "dashboard" : {
      "full_name" : "dashboard_inputs.dashboard.testing_dashboard_inputs"
    },
    "inputs" : {
      "input.new_input" : "____hello"
    }
  },
  "action" : "input_changed",
  "changed_input" : "input.new_input"
}

But it should be like this:

{
  "payload" : {
    "dashboard" : {
      "full_name" : "dashboard_inputs.dashboard.testing_dashboard_inputs"
    },
    "inputs" : {
      "input.new_input" : "____hello"
    },
    "changed_input" : "input.new_input"
  },
  "action" : "input_changed"
}
@MichaelBurgess MichaelBurgess self-assigned this Feb 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dashboards UI dashboard ui
Projects
None yet
Development

No branches or pull requests

1 participant