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

Save & reload updated dashboard after changing title. #16441

Merged
merged 5 commits into from Sep 13, 2023
Merged

Conversation

dennisoelkers
Copy link
Member

@dennisoelkers dennisoelkers commented Sep 13, 2023

Note: This PR needs a backport to 5.1.

Description

Motivation and Context

This PR is fixing an issue described in #16440, where changing the title of a dashboard was not properly saved. This is due to the save view action being called with the original dashboard and not the updated one.

Fixes #16440.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@dennisoelkers dennisoelkers marked this pull request as ready for review September 13, 2023 07:03
@linuspahl linuspahl merged commit 4702a41 into master Sep 13, 2023
5 checks passed
@linuspahl linuspahl deleted the fix/issue-16440 branch September 13, 2023 11:13
dennisoelkers added a commit that referenced this pull request Sep 13, 2023
* Save & reload updated dashboard after changing title.

* Adding tests.

* Adding changelog snippet.

* Adding changelog snippet.
linuspahl pushed a commit that referenced this pull request Sep 18, 2023
* Save & reload updated dashboard after changing title.

* Adding tests.

* Adding changelog snippet.

* Adding changelog snippet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming dashboard via pencil icon doesn't take effect
2 participants