mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-04 14:28:42 +00:00
Reduce board count
This commit is contained in:
parent
af05cc7830
commit
bbe870f129
|
|
@ -75,7 +75,7 @@ final class BackendController extends Controller
|
|||
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1005801001, $request, $response));
|
||||
|
||||
$list = KanbanBoardMapper::withConditional('language', $response->getLanguage())
|
||||
::getNewest(50, depth: 3);
|
||||
::getNewest(20, depth: 3);
|
||||
$view->setData('boards', $list);
|
||||
|
||||
return $view;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user