Opened 15 years ago
Closed 14 years ago
#3924 closed defect (bug) (fixed)
$groups_template->total_group_count does not reflect passed 'include' or 'id' params; breaks pagination
| Reported by: | boonebgorges | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | major | Milestone: | 1.6 |
| Component: | Groups | Version: | 1.5.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If you query for a certain list of groups, the total_group_count property of the groups_template object remains set to the total group count of the entire site. This causes problems with pagination, since pagination details are inferred using total_group_count.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5644]) Update groups loop total_group_count to reflect include/exclude arguments. Fixes #3924