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

GUI: disallowing adding block to group which is part of a component #7225

Closed
1 task
rerpha opened this issue Jul 11, 2022 · 0 comments
Closed
1 task

GUI: disallowing adding block to group which is part of a component #7225

rerpha opened this issue Jul 11, 2022 · 0 comments

Comments

@rerpha
Copy link
Contributor

rerpha commented Jul 11, 2022

Where?

Currently on master, while adding a block to a config, you can select a group which is derived from a component that is currently in the config you are adding the block to. This does not work, and should not work, but instead adds the block to the "other" group as the component is effectively read-only when changing a configuration.

Instead of the block defaulting to the "other" group, we should not allow trying to add it to a "read-only" component anyway when adding to a config.

This is not hugely important as the block is at least not lost, but it could cause frustration.

Acceptance criteria

  • Groups are greyed out or not present if there aren't any that are "writable"

How to Test

verbose instructions for reviewer to test changes
(Add before making a PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants