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