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

🐛 User Role not being stored using HTTP Invite and Join #432

Open
joneubank opened this issue Nov 29, 2023 · 2 comments
Open

🐛 User Role not being stored using HTTP Invite and Join #432

joneubank opened this issue Nov 29, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@joneubank
Copy link
Member

Describe the bug

When following the invite user and join program flow, using the HTTP endpoints, the role is not captured/returned. The user details in the program users list report the user role as null.

Steps To Reproduce

  1. Invite User with a valid role -> get 200 OK
  2. List users in a program -> see the user with active invite, user role is null

Expected behaviour

User role should list the role requested when the invite user (POST /program/user) is called. If the requested role is invalid it will return a 400 error, otherwise the role should be stored and readable by future requests for user data.

@joneubank
Copy link
Member Author

joneubank commented Jul 5, 2024

Able to reproduce on 1.17.2 . Fixed in 817eee0. Need to run a Program Service release.

@joneubank
Copy link
Member Author

Fixes in 1.17.4. Deployed to QA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants