- 
    Type:Bug Report 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: 7.14.1, 7.13.7, 7.15.0-alpha1
// When
- The engine has more than 25 Groups
- The currently logged-in user is member of less than 25 Groups
// Then
- Pagination is shown, second page is broken
// Expected
- No Pagination is shown
// Note
The count request which determines the number of pages does not contain a filter for the currently logged-in user. This behavior was introduced with CAM-10948