mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-28 15:38:43 +00:00
test fixes
This commit is contained in:
parent
fe9ad5ab64
commit
c2ebc3920d
|
|
@ -117,15 +117,15 @@
|
|||
"type": "INT",
|
||||
"null": false
|
||||
},
|
||||
"checklist_task_template": {
|
||||
"name": "checklist_task_template",
|
||||
"checklist_task_checklist": {
|
||||
"name": "checklist_task_checklist",
|
||||
"type": "INT",
|
||||
"null": false,
|
||||
"foreignTable": "checklist",
|
||||
"foreignKey": "checklist_id"
|
||||
},
|
||||
"checklist_task_task": {
|
||||
"name": "checklist_template_task_task",
|
||||
"name": "checklist_task_task",
|
||||
"type": "INT",
|
||||
"null": false,
|
||||
"foreignTable": "task",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ final class ChecklistMapper extends DataMapperFactory
|
|||
'tasks' => [
|
||||
'mapper' => TaskMapper::class,
|
||||
'table' => 'checklist_task',
|
||||
'self' => 'checklist_task_template',
|
||||
'self' => 'checklist_task_checklist',
|
||||
'external' => 'checklist_task_task',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user