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

Elasticsearch: Fix toggle-settings are not shown correctly #61751

Merged
merged 2 commits into from Jan 19, 2023

Conversation

svennergr
Copy link
Contributor

Why do we need this feature?

As reported in #61665 the toggle settings like X-Pack enabled are not shown correctly in the UI. It seems like the checked property was deprecated and changing it to value seems to fix it.

Which issue(s) does this PR fix?:

Fixes #61665

@github-actions
Copy link
Contributor

Backend code coverage report for PR #61751
No changes

@github-actions
Copy link
Contributor

Frontend code coverage report for PR #61751

Plugin Main PR Difference
elasticsearch 80.61% 80.61% 0%

@ivanahuckova ivanahuckova requested review from gwdawson and removed request for a team January 19, 2023 11:22
Copy link
Contributor

@gabor gabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@svennergr svennergr merged commit dd8f95a into main Jan 19, 2023
@svennergr svennergr deleted the svennergr/fix-elastic-settings branch January 19, 2023 11:32
grafanabot pushed a commit that referenced this pull request Jan 19, 2023
* changed `checked` propery to `value`

* revert changing the prop in the event

(cherry picked from commit dd8f95a)
svennergr added a commit that referenced this pull request Jan 19, 2023
…61755)

Elasticsearch: Fix toggle-settings are not shown correctly (#61751)

* changed `checked` propery to `value`

* revert changing the prop in the event

(cherry picked from commit dd8f95a)

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
GuYounes pushed a commit to paul-wurth/BIXpert that referenced this pull request Feb 8, 2023
…rafana#61755)

Elasticsearch: Fix toggle-settings are not shown correctly (grafana#61751)

* changed `checked` propery to `value`

* revert changing the prop in the event

(cherry picked from commit dd8f95a)

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ElasticSearch Datasources: X-Pack Toggle Button is Broken
3 participants