-
Notifications
You must be signed in to change notification settings - Fork 613
[BUG][UI]: Join Request button shows no pending request #1022
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)pythonPython / backend development (FastAPI)Python / backend development (FastAPI)
Milestone
Description
When a user requests to join a team, if the admin/team owner clicks the “Join Request” button, it shows no pending requests to approve.
Steps to Reproduce
- Log in as admin user.
- Create user
user1@example.com. - Create a team named Dev Team.
- Log out from the admin account and log in as
user1@example.com. - From the team list, click “Request to Join” for
Dev Team. - Log out and log back in as the Admin/Team Owner.
- Open the
Dev Teampage and click “Join Request.”
Expected Behavior
The admin should see the pending membership request from user1@example.com and be able to approve or reject it.
Actual Behavior
No pending requests are displayed.
Screenshots / Recording
Additional Context
- Verify whether the join request is correctly stored in the database.
- May be caused by an incorrect filter or missing status mapping in the backend query.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)pythonPython / backend development (FastAPI)Python / backend development (FastAPI)