mirror of
https://github.com/Karaka-Management/oms-QualityManagement.git
synced 2026-02-16 05:18:42 +00:00
fix tests
This commit is contained in:
parent
a167f63a53
commit
7bb15b8582
|
|
@ -256,7 +256,7 @@ final class ApiController extends Controller
|
||||||
$this->app->moduleManager->get('Tasks')->apiTaskElementSet($request, $response);
|
$this->app->moduleManager->get('Tasks')->apiTaskElementSet($request, $response);
|
||||||
|
|
||||||
/** @var \Modules\Tasks\Models\TaskElement $new */
|
/** @var \Modules\Tasks\Models\TaskElement $new */
|
||||||
$new = $response->getData($request->uri->__toString())['response'];
|
$new = $response->getDataArray($request->uri->__toString())['response'];
|
||||||
|
|
||||||
//$this->updateModel($request->header->account, $report, $report, ReportMapper::class, 'report', $request->getOrigin());
|
//$this->updateModel($request->header->account, $report, $report, ReportMapper::class, 'report', $request->getOrigin());
|
||||||
$this->createStandardUpdateResponse($request, $response, $new);
|
$this->createStandardUpdateResponse($request, $response, $new);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user