Skip to content

Commit

Permalink
Merge pull request #829 from gravitational/alexey/bug-fix
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
Alexey Kontsevoy authored Mar 12, 2017
2 parents e710799 + 29c0595 commit 0a8741e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/ui/roleaccess.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (a *RoleAccess) applyAdmin(teleRole teleservices.Role) {
applyResourceAccess(teleRole, adminResources, teleservices.RW())
} else {
teleRole.SetResource(teleservices.Wildcard, none())
applyResourceAccess(teleRole, adminResources, none())
applyResourceAccess(teleRole, adminResources, teleservices.RO())
}
}

Expand Down

0 comments on commit 0a8741e

Please sign in to comment.