Fix/ab#88348 grid does not support is primitive value unchecked #1000
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.
Description
When a question is linked to a reference data, the values saved with the form take different formats depending on whether they are primitive or non-primitive values. As a result, non-primitive value returned an object instead of an id, and the data weren't correctly loaded. It affected all type of widgets (grid, summary cards, and so on).
To fix it, I manually changed the format from the backend. I'm not sure if it's the best solution and if it might break other functionalities, but according to my tests, it seems to work fine.
Useful links
Type of change
How Has This Been Tested?
I created a form with a question linked to a reference data and configured it as non-primitive value. I saved records using it, displayed them in a grid and checked if they were displayed correctly.
Screenshots
Checklist:
( * == Mandatory )
More explanation
https://www.loom.com/share/05a716d61b9744faaf51fb304c21d1e5?sid=f87cf896-582a-4f76-93ae-8ceed801b145