Opened 17 years ago
Closed 16 years ago
#1757 closed defect (bug) (fixed)
"Load more" when no more
| Reported by: | Ezd | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.