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

Fix invitation pending for older invitations #3298

Merged
merged 3 commits into from
Jan 17, 2019

Commits on Jan 17, 2019

  1. explicitly look for a False under details['is_invitation_pending'] and

    not any falsey result, to avoid locking out invitations which were
    created before the Pending Invitation feature was introduced. Solves #3297
    Omer Lachish committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    534bc5e View commit details
    Browse the repository at this point in the history
  2. test that old invites (that do not have any is_invitation_pending fla…

    …g set in their details object) are still acceptable
    Omer Lachish committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    4d12484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66baf7 View commit details
    Browse the repository at this point in the history