mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed problems with attachments on label profiles.
This commit is contained in:
parent
cf06cf363b
commit
5f5c06d6e9
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ use App\Entity\Attachments\AttachmentType;
|
||||||
use App\Entity\Attachments\AttachmentTypeAttachment;
|
use App\Entity\Attachments\AttachmentTypeAttachment;
|
||||||
use App\Entity\Attachments\CategoryAttachment;
|
use App\Entity\Attachments\CategoryAttachment;
|
||||||
use App\Entity\Attachments\CurrencyAttachment;
|
use App\Entity\Attachments\CurrencyAttachment;
|
||||||
|
use App\Entity\Attachments\LabelAttachment;
|
||||||
use App\Entity\Attachments\ProjectAttachment;
|
use App\Entity\Attachments\ProjectAttachment;
|
||||||
use App\Entity\Attachments\FootprintAttachment;
|
use App\Entity\Attachments\FootprintAttachment;
|
||||||
use App\Entity\Attachments\GroupAttachment;
|
use App\Entity\Attachments\GroupAttachment;
|
||||||
|
@ -90,6 +91,7 @@ class AttachmentSubmitHandler
|
||||||
StorelocationAttachment::class => 'storelocation',
|
StorelocationAttachment::class => 'storelocation',
|
||||||
SupplierAttachment::class => 'supplier',
|
SupplierAttachment::class => 'supplier',
|
||||||
UserAttachment::class => 'user',
|
UserAttachment::class => 'user',
|
||||||
|
LabelAttachment::class => 'label_profile',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue