Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix to support locking flow tab#799

Merged
dceejay merged 1 commit into
node-red:masterfrom
node-red-hitachi:fix-for-locking-flow
May 1, 2023
Merged

fix to support locking flow tab#799
dceejay merged 1 commit into
node-red:masterfrom
node-red-hitachi:fix-for-locking-flow

Conversation

@HiroyasuNishiyama

@HiroyasuNishiyama HiroyasuNishiyama commented Feb 27, 2023

Copy link
Copy Markdown
Contributor

Node-RED beta-1 introduced locking flow feature.

It makes properties of nodes placed on locked flow read-only.
Since Node-RED dashboard changing layout of widget nodes by sidebar, properties of widget nodes may be changed. This causes runtime error of changing read only properties.

This PR attempts to address this issue by suppressing layout list widget movement and buttons for tabs containing nodes in locked flow.

This PR requires cancel operation feature of editableList proposed here.

@dceejay

dceejay commented May 1, 2023

Copy link
Copy Markdown
Member

Thanks for the fix.

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