TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
936 stars 302 forks source link

Allow tenant admins to see all organisations in console #3340

Closed ama9910 closed 3 years ago

ama9910 commented 3 years ago

Summary

Tenant admins can see all gateways and apps, but can't see all organizations.

Why do we need this?

If tenant-admin-1 creates an org and doesn't add tenant-admin-2 as a collab, tenant-admin-2 can't see that org, or the applications that the org is a collaborator of.

What is already there? What do you see now?

The Organizations tab only shows the organizations that the admin is a collaborator of

What is missing? What do you want to see?

Like the Applications tab which shows: Owned Applications | All (Admin)

the Organzations tab should show something similar

Environment

V3.9.4

How do you propose to test this?

Easily tested. If an admin can see and add themselves to organizations that they are not a collaborator of in the console, this feature is resolved.

Can you do this yourself and submit a Pull Request?

Unfortunately not

Relates to

https://github.com/TheThingsNetwork/lorawan-stack/issues/2444

bafonins commented 3 years ago

@ama9910 See https://github.com/TheThingsNetwork/lorawan-stack/pull/3354. This feature will be available in the next release!