Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7399 closed defect (bug) (fixed)

Front-end and back-end Groups Invitations doesn't match

Reported by: slaffik's profile slaFFik Owned by: slaffik's profile slaffik
Milestone: 2.8 Priority: normal
Severity: normal Version:
Component: Groups Keywords:
Cc:

Description

Invite status may be unsynced for older groups, because there is no fallback used in group editing wp-admin area. We call groupmeta directly there, but should use bp_group_get_invite_status() instead, so it's filterable and is the same logic as on front-end.

Change History (1)

#1 @slaffik
7 years ago

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

In 11305:

Groups: Invitations settig unsync between front end and back end.

Invitation status may be unsynced for older groups, because there is no fallback used in group editing wp-admin area. We call groupmeta directly there for a value (which can be empty), but should use bp_group_get_invite_status()` instead, so it's filterable and is the same logic as on front-end.

Fixes #7399.

Note: See TracTickets for help on using tickets.