Skip to content

[Live] Fix nested props persisting #743

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

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

weaverryan
Copy link
Member

Q A
Bug fix? yes
New feature? no
Tickets None
License MIT

A fix to the new, unreleased hydration system upgrade. Previously, if a nested value changed, we sent that value via Ajax on updated (e.g. product.name: 'foo'), but the that new value was not part of the props returned back. And so, on the next request, the new value (foo) was missing. Fortunately, this clarified that the system needed to be a bit simpler.

Cheers!

@weaverryan weaverryan force-pushed the live-fix-nested-props-persisting branch from 641bdff to f36514f Compare March 20, 2023 15:45
@weaverryan weaverryan merged commit ac7dbfd into symfony:2.x Mar 20, 2023
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.

1 participant