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: | dcavins | Owned by: | dcavins |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Groups | Version: | 1.6 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Add $is_visible and $is_user_member properties to BP_Groups_Group object. Use magic methods in BP Groups Component single group setup.