reduce action number
This commit is contained in:
parent
8317617288
commit
901e83e87a
|
|
@ -25,7 +25,7 @@ class ActionController extends AbstractController
|
|||
$actions = $this->entityManager->getRepository(Actions::class)->findBy(
|
||||
['Organization' => $organization],
|
||||
['date' => 'DESC'],
|
||||
15
|
||||
10
|
||||
);
|
||||
$formattedActivities = $this->actionService->formatActivities($actions);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue