Conversation
n-lark
added this pull request to stack #2231
September 16, 2026 17:03
…49-data-store-populate
n-lark
marked this pull request as ready for review
September 17, 2026 20:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Value-shaped widgets now write their current clean value into global context at
global.dashboardStore[nodeId], and clear the key when the widget is removed. Nothing reads from it yet, so dashboards behave as before.global.dashboardStore[id]42,"b",true){ name, age }Client-scoped messages (
msg._client.socketIdon a client-configurable node) are excluded, as they already are from the internal datastore.The internal datastore still drives page loads, and is unchanged from
mainapart from the one mirror call at the end ofsave.Worth knowing
payloadkey leaves the mirrored value alone;payload: undefinedclears it. This matches the merge semantics of the legacysave.ui-baseregisters its injection options at module scope, so a re-injection after a replacement keeps itsonReplaced.Related Issue(s)
Relates to #2236
Checklist
flowforge.yml?FlowFuse/helmto update ConfigMap TemplateFlowFuse/CloudProjectto update values for Staging/ProductionLabels
area:migrationlabel