mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-18 16:49:00 +02:00
Fixed issue with EntityImported that was caused by the changes to PartNormalizer
We now have a possibility to skip API Platforms serializer subsystem
This commit is contained in:
parent
42e604245c
commit
33e36f3d2b
3 changed files with 100 additions and 3 deletions
|
@ -119,10 +119,9 @@ class FileTypeFilterTools
|
|||
//Convert jpg to .jpg
|
||||
$element = '.'.$element;
|
||||
}
|
||||
|
||||
//Prevent weird side effects
|
||||
unset($element);
|
||||
}
|
||||
//Prevent weird side effects
|
||||
unset($element);
|
||||
|
||||
$elements = array_unique($elements);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue