mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-22 04:28:40 +00:00
Fix namespace for task list
This commit is contained in:
parent
c62d0d4913
commit
941ec6c2d4
|
|
@ -93,7 +93,7 @@ final class BackendController extends Controller
|
|||
$view->setTemplate('/Modules/ProjectManagement/Theme/Backend/projectmanagement-profile');
|
||||
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1001701001, $request, $response));
|
||||
|
||||
$taskListView = new \Modules\Tasks\Theme\Backend\Components\Tasks\BaseView($this->app, $request, $response);
|
||||
$taskListView = new \Modules\Tasks\Theme\Backend\Components\Tasks\ListView($this->app, $request, $response);
|
||||
$taskListView->setTemplate('/Modules/Tasks/Theme/Backend/Components/Tasks/list');
|
||||
$view->addData('tasklist', $taskListView);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user