Opened 4 years ago
Closed 4 years ago
#8400 closed defect (bug) (fixed)
Group Types: filtering by types fails on front end
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 7.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | has-patch |
Cc: |
Description
Checking how the bp_group_type_list()
was generating the Group Type directory link and I noticed the bp_groups_get_group_types()
was filtering the group type before merging Group Type metadata. Result was I was displayed the wrong Group Type.
The attached patch is fixing the issue moving the code to filter group types after Group Type metadata has been merged.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 12798: