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

[bug] Change device group admin action allows to select groups of other organizations #762

Closed
nemesifier opened this issue May 11, 2023 · 0 comments · Fixed by #774
Closed
Labels

Comments

@nemesifier
Copy link
Member

Create two orgs and one device group in each org.
Create a staff user for each org (non superadmin), manager of the org.
Log in as such user.
Create a device.
Go to the device list, select the device and select the change group action.

Expected result:

  • see only the group of the org of the device

Actual result:

  • all groups are shown

Another issue is that there's no validation whatsover of the data, so trying to pass the group of another org is possible right now and this gets saved, which is very wrong. We must ensure this cannot happen: trying to change the group of the device to the group of another organization must result in an error.

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

Successfully merging a pull request may close this issue.

1 participant