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: stringify existing AWSJSON field value #754

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

letsbelopez
Copy link
Contributor

Issue #, if available:

https://app.asana.com/0/1202293561809020/1203339958100504/f

Description of changes:

For AWSJSON type fields, when a field value was being from an existing record (from a datastore record for example) the field value could be a JavaScript object. So the field value would show the toString output of the object which was the old [object Object] string which looks bad and broken.

With this update, the form will stringify the object so the field will display the string version of the JSON as expected.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@letsbelopez letsbelopez requested a review from a team as a code owner November 10, 2022 18:40
@letsbelopez letsbelopez merged commit e3e285d into main Nov 10, 2022
@letsbelopez letsbelopez deleted the tagged-release/stringify-awsjson branch November 10, 2022 20:12
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.

3 participants