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

Fixed a bug with project-permission granting. #8126

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 23, 2023

  1. Fixed a bug with project-permission granting.

    UI for adding a user to a project said to enter Invite Code, but if given
    a user ID, the error message said invalid user ID or invite code. Updated
    project.create handler to parse either input parameter and determine if it's
    really the other, i.e. re-assigning data.inviteCode to data.userId if it
    detects a UUID on data.inviteCode.
    
    Moved some constant regexes from InviteService.ts to a new IdConstants file
    in common/src/constants. Updated references to these constants.
    barankyle committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    10a9088 View commit details
    Browse the repository at this point in the history