Opened 6 years ago
Closed 6 years ago
#8400 closed defect (bug) (fixed)
Group Types: filtering by types fails on front end
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.0 |
| Component: | Groups | Version: | |
| Severity: | normal | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 12798: