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

JS API setProperty() fix. #4301

Merged
merged 5 commits into from
Sep 27, 2023
Merged

Conversation

ColdAnkles
Copy link
Contributor

@ColdAnkles ColdAnkles commented Sep 25, 2023

Identify the Bug or Feature request

resolves #4237

Description of the Change

Resolves the Server/Client inconsistency when server updates a token via one of the JS API setName(), setNotes(), or setProperty().

Possible Drawbacks

Needs some more testing, and commentary by someone who understands the client<->server communication better.

Documentation Notes

Not much to really document - issue "how to reproduce" shows the problem fairly well - and now it shouldn't exist.

Release Notes

  • Fixed an issue where server token changes via JS setName(), setNotes(), or setProperty() didn't propagate to clients.

This change is Reviewable

@ColdAnkles ColdAnkles marked this pull request as ready for review September 26, 2023 09:10
@cwisniew cwisniew added this pull request to the merge queue Sep 27, 2023
@cwisniew cwisniew added the bug label Sep 27, 2023
Merged via the queue into RPTools:develop with commit e479bb1 Sep 27, 2023
4 checks passed
@ColdAnkles ColdAnkles deleted the JS_setPropertyFix branch September 27, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[Bug]: changes via javascript token.setProperty is not propagated to clients
3 participants