Opened 11 years ago
Closed 11 years ago
#2740 closed defect (bug) (fixed)
Custom forum visibilities have no save action
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | Component - Forums | Keywords: | has-patch |
| Cc: |
Description
While it's possible to filter the available forum visibilities in the dropdown list, the save routine is hardcoded in bbp_save_forum_extras
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
2740.patch does a few things:
Forum ActionssectionThis is a bit of a hack until we build out a
BBP_Forum_Visibilityclass to contain the properties and routines of each one. Until then, it's a good stop-gap to get them working as intended.