Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.5, 3.2
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
For some users, only a small number of groups or no groups at all appear in the "Manage Groups" page. It turns out that any group that appears is the first 50 groups as ordered by group.title.
Cause of the problem is a LIMIT clause in the relevant SQL. A patch against v3.2 will be included