From 620ea19863b158e38b2f50e703ef27c5e5c1b58b Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 5 May 2021 17:24:46 +0200 Subject: [PATCH] use the result of the activity sorting --- .../ActivityListBundle/Provider/ActivityListIdProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oro/Bundle/ActivityListBundle/Provider/ActivityListIdProvider.php b/src/Oro/Bundle/ActivityListBundle/Provider/ActivityListIdProvider.php index d94bd2d5f7a..78f27db4711 100644 --- a/src/Oro/Bundle/ActivityListBundle/Provider/ActivityListIdProvider.php +++ b/src/Oro/Bundle/ActivityListBundle/Provider/ActivityListIdProvider.php @@ -168,7 +168,7 @@ private function loadListDataIds(QueryBuilder $qb, $entityClass, $entityId, $fil $this->getListDataIdsForInheritances($getIdsQb, $entityClass, $entityId, $filter, $pageFilter) ); - $this->sortListDataIds($ids, $pageFilter, $orderBy); + $ids = $this->sortListDataIds($ids, $pageFilter, $orderBy); $numberOfUnfilteredIds = count($ids); if ($grouping) {