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

Revert full JSON round trip for arrays #7844

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Conversation

anna-dingler
Copy link
Contributor

@anna-dingler anna-dingler commented Sep 13, 2022

Related Issue

Fixes #7843

Description

Not deleting the array property during serialization did not allow the container contents to update. We needed to delete array properties regardless of enableFullJsonRoundTrip settings.

How Verified

Verified manually on the designer.

Before:

containerContentsBug

After:

containerContentsBugFix

Microsoft Reviewers: Open in CodeFlow

@ghost
Copy link

ghost commented Sep 13, 2022

Hi @anna-dingler. Thanks for helping make the AdaptiveCards JS renderer + tooling better. As additional verification, once the JS build succeeds, please go to the test site to test out your website/designer changes.

@anna-dingler anna-dingler merged commit 937259e into main Sep 13, 2022
@anna-dingler anna-dingler deleted the anna/containerContents branch September 13, 2022 22:14
michaelfarnsworth pushed a commit to michaelfarnsworth/AdaptiveCards that referenced this pull request Nov 10, 2022
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.

[Designer] Contents of containers are not being cleared
2 participants