mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 04:30:08 +02:00
Adapter attachment upload forms to the new system
This commit is contained in:
parent
0c33059c4e
commit
3585b8a56a
7 changed files with 32 additions and 22 deletions
|
@ -59,7 +59,7 @@ final class HandleAttachmentsUploadsProcessor implements ProcessorInterface
|
|||
//Reset the upload data
|
||||
$data->setUpload(null);
|
||||
|
||||
$this->attachmentSubmitHandler->handleFormSubmit($data, $upload);
|
||||
$this->attachmentSubmitHandler->handleUpload($data, $upload);
|
||||
}
|
||||
|
||||
$result = $this->persistProcessor->process($data, $operation, $uriVariables, $context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue