omrid01
omrid01
### Current Behavior I'm receiving messages in dashboard ui-template nodes as follows: ``` var $scope = this.scope; (function(scope) { $scope.$watch('msg', function(msg) { if (msg) console.log(`Incoming msg: payload=${msg.payload||"None"}`); // Process the...
### Current Behavior Today, when a dashboard 2.0 widget stores its state in the Node-red datastore, when the widget loads (e.g. upon client open or refresh) it will receive a...
### Current Behavior I have upgraded my dashboard-2 to v1.23.0. In my custom UI node, when I send messages as `'widget-action' (this.$socket.emit('widget-action', this.id, msg)`), their `topic` property is getting overrun...