mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-10 12:58:41 +00:00
This commit is contained in:
parent
cbd3a5d412
commit
adab424984
|
|
@ -64,14 +64,14 @@ final class ProjectMapper extends DataMapperAbstract
|
||||||
'tasks' => [
|
'tasks' => [
|
||||||
'mapper' => TaskMapper::class,
|
'mapper' => TaskMapper::class,
|
||||||
'table' => 'projectmanagement_task_relation',
|
'table' => 'projectmanagement_task_relation',
|
||||||
'dst' => 'projectmanagement_task_relation_dst',
|
'external' => 'projectmanagement_task_relation_dst',
|
||||||
'src' => 'projectmanagement_task_relation_src',
|
'self' => 'projectmanagement_task_relation_src',
|
||||||
],
|
],
|
||||||
'media' => [
|
'media' => [
|
||||||
'mapper' => MediaMapper::class,
|
'mapper' => MediaMapper::class,
|
||||||
'table' => 'projectmanagement_project_media',
|
'table' => 'projectmanagement_project_media',
|
||||||
'dst' => 'projectmanagement_project_media_src',
|
'external' => 'projectmanagement_project_media_src',
|
||||||
'src' => 'projectmanagement_project_media_dst',
|
'self' => 'projectmanagement_project_media_dst',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -84,7 +84,7 @@ final class ProjectMapper extends DataMapperAbstract
|
||||||
protected static array $ownsOne = [
|
protected static array $ownsOne = [
|
||||||
'calendar' => [
|
'calendar' => [
|
||||||
'mapper' => CalendarMapper::class,
|
'mapper' => CalendarMapper::class,
|
||||||
'src' => 'projectmanagement_project_calendar',
|
'self' => 'projectmanagement_project_calendar',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user