Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#7399 closed defect (bug) (fixed)

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

Reported by: slaFFik Owned by: slaffik
Priority: normal Milestone: 2.8
Component: Groups Version:
Severity: normal 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
10 years ago

  • Owner set to slaffik
  • Resolutionfixed
  • Status newclosed

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.