Opened 9 years ago
Closed 9 years ago
#7494 closed enhancement (fixed)
Take advantage of BP_Groups_Group magic methods in groups component setup
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 1.6 |
| Component: | Groups | Keywords: | has-patch dev-feedback |
| Cc: | dcavins |
Description
During single group setup in the BP Groups Component, we're doing some checks that duplicate logic done in BP_Groups_Group. We can take advantage of some of the recent work in BP_Groups_Group and simplify the single group setup.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #buddypress by dcavins. View the logs.
9 years ago
This ticket was mentioned in Slack in #buddypress by dcavins. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Add $is_visible and $is_user_member properties to BP_Groups_Group object. Use magic methods in BP Groups Component single group setup.