Skip to content

Conflicting team id and user id under crate owners #765

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

Closed
natboehm opened this issue Jun 8, 2017 · 0 comments
Closed

Conflicting team id and user id under crate owners #765

natboehm opened this issue Jun 8, 2017 · 0 comments
Labels
A-frontend 🐹 C-bug 🐞 Category: unintended, undesired behavior

Comments

@natboehm
Copy link
Contributor

natboehm commented Jun 8, 2017

If a team owner and user owner of the same crate have the same id value, only one of the same id will be displayed under crate owners. This doesn't seem likely to occur in production, however in development the conflict is very likely.

{
    "users": [
        {
            "avatar": "https://avatars1.githubusercontent.com/u/193874?v=3",
            "email": null,
            "id": 1,
            "kind": "user",
            "login": "carols10cents",
            "name": "Carol (Nichols || Goulding)",
            "url": "https://github.com/carols10cents"
        },
        {
            "avatar": "https://avatars2.githubusercontent.com/u/18616312?v=3",
            "email": null,
            "id": 1,
            "kind": "team",
            "login": "github:integer32llc:owners",
            "name": "owners",
            "url": "https://github.com/orgs/integer32llc/teams/owners"
        }
    ]
}
@carols10cents carols10cents added A-frontend 🐹 C-bug 🐞 Category: unintended, undesired behavior labels Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend 🐹 C-bug 🐞 Category: unintended, undesired behavior
Projects
None yet
Development

No branches or pull requests

2 participants