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

feat(cdsctl): add group user list command (#3773) #3776

Merged
merged 2 commits into from
Dec 26, 2018
Merged

Conversation

bnjjj
Copy link
Contributor

@bnjjj bnjjj commented Dec 26, 2018

Signed-off-by: Benjamin Coenen [email protected]

  1. Description
  2. Related issues
    close fix(cdsctl): impossible to view users in group #3773
  3. About tests
  4. Mentions
    cc @blaryjp

@ovh/cds

admin.GroupAdmin = true
users = append(users, admin)
}
for _, user := range gr.Users {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should replace loop with users = append(users, gr.Users...) (from megacheck)

@richardlt richardlt merged commit d089ab9 into master Dec 26, 2018
@bnjjj bnjjj deleted the fix_3773 branch January 3, 2019 09:11
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

Successfully merging this pull request may close these issues.

fix(cdsctl): impossible to view users in group
3 participants