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 nested properties not being applied #224

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

jonstvns
Copy link
Contributor

@jonstvns jonstvns commented May 26, 2024

When using the netfox synchronizers, nested properties were being read and serialized correctly, but on the receiving end, the data would silently fail to be applied to the synced node because the function set_value() in property-entry.gd was using node.set() instead of node.set_indexed()

Nested properties were read and serialized correctly, but on the receiving end, the data would fail to be applied to the synced node because the function `set_value()` in property-entry.gd was using `node.set()` instead of `node.set_indexed()`
@elementbound elementbound self-assigned this May 28, 2024
@elementbound
Copy link
Contributor

Nice catch, thanks @jonstvns! Would you mind setting the addon versions to 1.6.1 please? If you're on Linux / WSL, you can run sh/version.sh bump patch from the repo root.

@elementbound elementbound merged commit 72dfc24 into foxssake:main Jun 1, 2024
@elementbound
Copy link
Contributor

Nvm, realized I can also push changes 😄 Thanks again @jonstvns and welcome to the club of netfox contributors 😄

@jonstvns
Copy link
Contributor Author

jonstvns commented Jun 1, 2024

Ahh, sorry, I was traveling and forgot you asked me to bump the version number.

thanks for merging, @elementbound

@jonstvns jonstvns deleted the fix-nested-properties branch June 1, 2024 22:17
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.

2 participants