-
Bug
-
Resolution: Fixed
-
Minor
-
2.8
-
MOODLE_28_STABLE
-
MDL-46649-master -
-
8
-
BACKEND Sprint 15
When using the user selector and loading users (while searching, or clicking "Next 25"), the query ignores the values:
- Users per page
- Page number
Therefore returning more users than expected, and returning the same than the ones already present when fetching more of them.
This is blocked by MDL-46569, due to the transition to table_sql, because the callbacks/structure/... are changing.