Skip to content
Snippets Groups Projects
Commit 0fbf06b2 authored by Tobias Gross-Vogt's avatar Tobias Gross-Vogt
Browse files

removed dump

parent 2bac3e5e
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ final class CourseCollectionDataProvider extends AbstractController implements C
$filterByOrganizationId = $organizationId !== '';
$filterByLecturerId = $lecturerId !== '';
dump($context);
if (!($filterByOrganizationId && $filterByLecturerId)) {
Pagination::addPaginationOptions($options, $filters);
} // else (both filters provided) -> request paginators holding the whole set of results since we need to intersect them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment