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

Fix #10805 JAXBException while updating an existing dashboard #10813

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

allyoucanmap
Copy link
Contributor

Description

This PR review the payload for resources PUT request making sure the attribute value can support special chars.
As found here #10805 (comment) the problem was related to the & char inside the thumbnail url in previous version of MS this was not happening because the request workflow was using other api functions.
There is also a fix related to the detailsSettings parameter not correctly parsed by the resources catalog api

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix

Issue

What is the current behavior?

#10805

What is the new behavior?

It is possible to save resources with attributes with special chars

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • No

Other useful information

@allyoucanmap allyoucanmap added this to the 2025.01.00 milestone Feb 14, 2025
@allyoucanmap allyoucanmap self-assigned this Feb 14, 2025
@allyoucanmap allyoucanmap linked an issue Feb 14, 2025 that may be closed by this pull request
1 task
@tdipisa tdipisa requested a review from offtherailz February 17, 2025 11:46
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.

JAXBException while updating an existing dashboard
1 participant