mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-14 13:48:40 +00:00
Re-format mappers
This commit is contained in:
parent
57ff8f3727
commit
518e290e37
|
|
@ -70,13 +70,13 @@ class TaskMapper extends DataMapperAbstract
|
||||||
'dst' => 'task_element_task',
|
'dst' => 'task_element_task',
|
||||||
'src' => null,
|
'src' => null,
|
||||||
],
|
],
|
||||||
'media' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
'media' => [
|
||||||
'mapper' => MediaMapper::class,
|
'mapper' => MediaMapper::class,
|
||||||
'table' => 'task_media',
|
'table' => 'task_media',
|
||||||
'dst' => 'task_media_src',
|
'dst' => 'task_media_src',
|
||||||
'src' => 'task_media_dst',
|
'src' => 'task_media_dst',
|
||||||
],
|
],
|
||||||
'acc' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
'acc' => [
|
||||||
'mapper' => AccountMapper::class,
|
'mapper' => AccountMapper::class,
|
||||||
'table' => 'task_account',
|
'table' => 'task_account',
|
||||||
'dst' => 'task_account_account',
|
'dst' => 'task_account_account',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user