-
Bug
-
Resolution: Fixed
-
Major
-
2.7
-
None
-
None
The pipeline to use in order to search for users uses the parameter names count + offset but underlying Java classes expect limit + start for the equivalent parameters, so it actually cannot works.
This pipeline is called from different context (admin workspace, CMS users tools etc...), parameter names used during the URL calls must be updated accordingly once the previous point is solved.