-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: organization admin support #262
Conversation
This will need a little work - I couldn't add admins via the UI - but the underlying GraphQL in the API does work. Also, "admin" should be an option when editing roles via the UI as well as owner. |
Yeah, I have no idea what I'm doing in the UI at this point, I just slapped this together as a starting point :D happy for someone to take it over, or ditch it entirely and start from scratch |
@shreddedbacon I take it a user is either an with that in mind, the checkboxes behave mutually exclusively ( checking one unchecks the other ) |
Can you make it a dropdown box with 3 options ?
|
WIP: initial support for uselagoon/lagoon#3733
!!! This will not work until the above PR is merged