Opened 15 years ago
Closed 14 years ago
#1757 closed defect (bug) (fixed)
"Load more" when no more
Reported by: | Ezd | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
In your profile you have a "Load more" button even through there's no more content. When you click it it just says "Sorry, there was no activity found. Please try a different filter.".
Andy fixed this for groups earlier, not knowing if it's broken too. But "Load more" should only be there if there's more content.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
This will *only* happen if the total number of updates is more or exactly equal to the per page value. Otherwise the load more button will not show. This is the most efficient way of dealing with this without pre-querying for the total number. I will look into this more for 1.3, but for now I think it's fine.