Opened 3 years ago
Closed 3 years ago
#8574 closed defect (bug) (fixed)
Bug Group Invititation System (Legacy Theme)
Reported by: | mandro | Owned by: | dcavins |
---|---|---|---|
Milestone: | 10.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch needs-refresh 2nd-opinion |
Cc: |
Description
Good Day
I found a bug with Legacy Template (this bug does not exist with Nouveau). Please do a test with these steps:
- User A Send Group Invitation to User B to join Group X
- And then User B will receive an invitiation. But please do not click link on the notification page.
- Please go to the Groups Directory and click Join to join Group X. You will see user B can not join that group. The join button can not be clicked. Kindly check screenshots below:
Attachments (2)
Change History (6)
#2
@
3 years ago
- Keywords has-patch needs-refresh 2nd-opinion added; needs-patch removed
- Milestone changed from Awaiting Review to 10.0.0
- Version 9.1.1 deleted
Hi @mandro
I confirm I was able to reproduce the issue. Unlike BP Nouveau, BP Legacy doesn't check what the $_POST['action']
is. It instead checks if the user has an invite and if so forces the action to an accept_invite
one.
I have attached a preliminary patch to help understand the issue. @dcavins could you have a look at it and improve this patch?
Note: See
TracTickets for help on using
tickets.
I'm having this issue on my website too