You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an invitee user, tried retrieve the received invitation by domain_id
What are the expected results?
Response with applied filter domain_id
What are the received results?
Authorization error
Steps To Reproduce
1.) Create new domain
2.) Send invitation to another user
3.) Login as another user to which you have sent invitation
4.) List the invitations with domain_id filter
At present we have single domain service function ListInvitation , So we could not allow invitee to filter by domain_id,
We need to have different domain service function and repo function ListInviteeInvitations , which should list only the invitee user received invitations. Then we can able to apply filter in repo.
The text was updated successfully, but these errors were encountered:
What were you trying to achieve?
As an invitee user, tried retrieve the received invitation by domain_id
What are the expected results?
Response with applied filter
domain_id
What are the received results?
Authorization error
Steps To Reproduce
1.) Create new domain
2.) Send invitation to another user
3.) Login as another user to which you have sent invitation
4.) List the invitations with
domain_id
filterIn what environment did you encounter the issue?
Docker
Additional information you deem important
At present we have single domain service function
ListInvitation
, So we could not allow invitee to filter by domain_id,We need to have different domain service function and repo function
ListInviteeInvitations
, which should list only the invitee user received invitations. Then we can able to apply filter in repo.The text was updated successfully, but these errors were encountered: