Skip to content

Commit 595f10a

Browse files
author
Dave Conway-Jones
committed
Fix spacer missing users
1 parent b9c4d04 commit 595f10a

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
### 2.12.1: Maintenance Release
3+
4+
**Fixes**
5+
6+
- Ensure spacer actually gets created with no users
7+
28
### 2.12.0: Milestone Release
39

410
**Enhancements**

dist/dashboard.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
1919
NETWORK:
2020
*
2121

22-
# hash: 312d806395b1b9319c8fdcec8033261236accb7c746e997dcdbc66833b86c624
22+
# hash: 81f8434683cf3ffb8e29c5611a5e60518c5fcbfe4584f058bf3518ac0f1f0899

dist/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodes/ui_base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,7 @@
12961296
_def: RED.nodes.getType("ui_spacer"),
12971297
type: "ui_spacer",
12981298
hasUsers: false,
1299+
users: [],
12991300
id: RED.nodes.id(),
13001301
tab: item.node.name,
13011302
group: group.node.id,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"

0 commit comments

Comments
 (0)