Opened 15 years ago
Closed 15 years ago
#1873 closed defect (bug) (fixed)
Activity feed link not updating when tabs are clicked
Reported by: | MrMaz | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | activity tab feed rss bp_the_body_class | |
Cc: |
Description
When you click on a tab on the main activity stream page the RSS link href is not being updated. This is because the selector that gets updated starts with .directory or .home-page, and neither of those classes are present on the page.
I believe that this broke when the new home page picker was implemented a couple of days ago.
I traced this back to bp_the_body_class(), but afraid to try and patch that monster.
Note: See
TracTickets for help on using
tickets.
(In [2647]) Fixes #1873, Fixes #1869