mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
Fixed problem of failing researchAllParts
This maybe should be revisited in the future, but for now this fix should work
This commit is contained in:
parent
1d38c50abc
commit
4c28871283
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ class BulkInfoProviderImportController extends AbstractController
|
||||||
|
|
||||||
// Properly manage entity manager memory without losing state
|
// Properly manage entity manager memory without losing state
|
||||||
$jobId = $job->getId();
|
$jobId = $job->getId();
|
||||||
$this->entityManager->clear();
|
//$this->entityManager->clear(); //TODO: This seems to cause problems with the user relation, when trying to flush later
|
||||||
$job = $this->entityManager->find(BulkInfoProviderImportJob::class, $jobId);
|
$job = $this->entityManager->find(BulkInfoProviderImportJob::class, $jobId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue