Save project attachment files under "project/" instead of "device/"

This commit is contained in:
Jan Böhmer 2023-02-12 20:54:53 +01:00
parent 455acccc7e
commit ce3cecabaf

View file

@ -83,7 +83,7 @@ class AttachmentSubmitHandler
AttachmentTypeAttachment::class => 'attachment_type',
CategoryAttachment::class => 'category',
CurrencyAttachment::class => 'currency',
ProjectAttachment::class => 'device',
ProjectAttachment::class => 'project',
FootprintAttachment::class => 'footprint',
GroupAttachment::class => 'group',
ManufacturerAttachment::class => 'manufacturer',