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

Disable editing of design-only properties inside included workflows #1165

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

glopesdev
Copy link
Member

This PR further restricts the editing of design-only properties to non-include workflows. Design-only properties are concerned with controlling structural changes to the expression tree itself. For example, the Path property in an included workflow node is itself a design-only property and changing it causes significant restructuring to the workflow expression tree.

It is expected that such structural changes are not allowed inside included workflows, since they are meant to be read-only immutable specifications.

Fixes #899

@glopesdev glopesdev added the fix Pull request that fixes an issue label Dec 1, 2022
@glopesdev glopesdev added this to the 2.7.2 milestone Dec 1, 2022
@glopesdev glopesdev changed the title Disable editing of design only properties inside included workflows Disable editing of design-only properties inside included workflows Dec 1, 2022
@glopesdev glopesdev merged commit 3217e95 into bonsai-rx:main Dec 1, 2022
@glopesdev glopesdev deleted the issue-899 branch December 1, 2022 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable editing of properties of nodes inside included workflows in the property editor
1 participant