Fix dropdown "get values" to always return raw value#3219
Merged
lubber-de merged 7 commits intofomantic:developfrom Apr 4, 2025
Merged
Fix dropdown "get values" to always return raw value#3219lubber-de merged 7 commits intofomantic:developfrom
lubber-de merged 7 commits intofomantic:developfrom
Conversation
d6419d1 to
d80f0ba
Compare
Contributor
Author
|
The d80f0ba commit will probably break something as analysed in #3205 (review). However, I belive "get values" API should return always the raw result no matter the Help with adjusting the code where the result is used welcomed. I have not enough knowledge what/when the values should be escaped nor I am aware of old bugs/fixes. |
b1ef7aa to
638bf2e
Compare
Member
|
Your PR basically reverts #1770 I quickly tested your latest commit with the original testcase and it seems to be fine 👍🏼 |
9efaab9 to
7e5fac0
Compare
This was referenced Mar 27, 2025
7e5fac0 to
54f3751
Compare
Contributor
Author
This was referenced Apr 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unify API, unencoded values are returned/accepted by other APIs.