Skip to content

managing nodes that are not groups #438

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

Open
Shlangman opened this issue Mar 15, 2025 · 0 comments
Open

managing nodes that are not groups #438

Shlangman opened this issue Mar 15, 2025 · 0 comments

Comments

@Shlangman
Copy link

case:
there is “group 1”
inside this group there is a node “node 1” and there are “group 2” and “group 3”.
In the “Fast Group Muter” node we see “group 1”, “group 2”, “group 3”.

we turn off all the groups, we turn on “group 2”. In this case, “group 3” remains disabled, “group 1” is enabled (because it is a parent). but “node 1”, which is part of “group 1” and is not a group, is not enabled. thus, “group 1” seems to be enabled, but the nodes included in it that are not groups remain disabled.

It is necessary to make nodes that are not groups obey the same rules as the groups themselves: if their group is enabled, the nodes must be enabled as well. and vice versa.

Image

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

No branches or pull requests

1 participant