mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-13 13:18:40 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
efad7f2cde
commit
187ccc3622
|
|
@ -150,7 +150,7 @@ final class BackendController extends Controller implements DashboardElementInte
|
||||||
$head = $response->get('Content')->getData('head');
|
$head = $response->get('Content')->getData('head');
|
||||||
$head->addAsset(AssetType::CSS, 'Modules/Tasks/Theme/Backend/css/styles.css');
|
$head->addAsset(AssetType::CSS, 'Modules/Tasks/Theme/Backend/css/styles.css');
|
||||||
|
|
||||||
/** @var Task $task */
|
/** @var \Modules\Tasks\Models\Task $task */
|
||||||
$task = TaskMapper::get()
|
$task = TaskMapper::get()
|
||||||
->with('createdBy')
|
->with('createdBy')
|
||||||
->with('taskElements')
|
->with('taskElements')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user