Opened 7 years ago
Closed 7 years ago
#7790 closed defect (bug) (fixed)
BP Nouveau: Pagination needs to be reset each time the activity scope changes
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
Otherwise, paginating results in one scope makes us restart the pagination at this point when switching scope as soon as we click on the load more link.
bp.Nouveau.Activity.scopeLoaded()
only fires when switching scopes. So it's the best place to do this reset.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 12035: