#7969 closed defect (bug) (fixed)
Nouveau: Group members page doesn't load when both Activity and Notifications components are disabled
Reported by: | r-a-y | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 3.3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
Reported here:
https://buddypress.org/support/topic/bug-membership-list-in-groups-does-not-show/
I've confirmed the problem. Both the Activity and Notifications components need to be disabled in order to duplicate the bug.
Attachments (2)
Change History (6)
#2
@
6 years ago
- Keywords commit added
Thanks a lot @r-a-y for your work on the patches. I confirm it's fixing the issue and that the approach is safer, let's commit 02.patch.
Note: See
TracTickets for help on using
tickets.
01.patch
fixes the problem by merging the needed group objects outside theforeach
loop.I tested this briefly and it appears to work. @imath, can you take a look at this to make sure this is the right approach?
Update - Just added
02.patch
. I think this is cleaner.