Comment 2 for bug 1927979

Revision history for this message
Colin Watson (cjwatson) wrote : Re: 500 error accessing project sharing page

The issue is that a particular private team has permissions on that repository, but only a subset of the repository owners can see that private team. We'll need to adjust the constraint on `GitGranteeField` somehow so that any current grantee is accepted even if it wouldn't normally be available for selection due to the constraints imposed by the `ValidPersonOrTeam` vocabulary.