Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8359 closed defect (bug) (fixed)

Requesting membership into a private group with comment doesn't save comment to DB

Reported by: scipi's profile scipi Owned by: imath's profile imath
Milestone: 6.3.0 Priority: normal
Severity: normal Version: 6.0.0
Component: Groups Keywords: has-patch
Cc:

Description

Navigating to a private group as a user and clicking on the Request Membership tab you are given the option of submitting a comment along with a membership request. This comment never gets saved to the wp_bp_invitations table and so the request.message token in the associated email event never gets filled out nor is the reason shown to group admins when they accept/deny the request.

Attachments (1)

8359.patch (3.4 KB) - added by imath 4 years ago.

Download all attachments as: .zip

Change History (4)

@imath
4 years ago

#1 @imath
4 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 6.3.0
  • Version changed from 6.2.0 to 6.0.0

Hi @scipi

Thanks a lot for your report. Good catch. I confirm the issue.
8359.patch is fixing it.

#2 @imath
4 years ago

In 12719:

Make sure Group membership requests includes the optional message

When implementing the BP Invitations feature in 6.0.0, we forgot to set the content argument of the array passed to groups_send_membership_request()` function with the optional message content.

Props scipi

See #8359 (trunk)

#3 @imath
4 years ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 12720:

Make sure Group membership requests includes the optional message

When implementing the BP Invitations feature in 6.0.0, we forgot to set the content argument of the array passed to groups_send_membership_request()` function with the optional message content.

Props scipi

Fixes #8359 (6.0 branch)

Note: See TracTickets for help on using tickets.