mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Save project attachment files under "project/" instead of "device/"
This commit is contained in:
parent
455acccc7e
commit
ce3cecabaf
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class AttachmentSubmitHandler
|
||||||
AttachmentTypeAttachment::class => 'attachment_type',
|
AttachmentTypeAttachment::class => 'attachment_type',
|
||||||
CategoryAttachment::class => 'category',
|
CategoryAttachment::class => 'category',
|
||||||
CurrencyAttachment::class => 'currency',
|
CurrencyAttachment::class => 'currency',
|
||||||
ProjectAttachment::class => 'device',
|
ProjectAttachment::class => 'project',
|
||||||
FootprintAttachment::class => 'footprint',
|
FootprintAttachment::class => 'footprint',
|
||||||
GroupAttachment::class => 'group',
|
GroupAttachment::class => 'group',
|
||||||
ManufacturerAttachment::class => 'manufacturer',
|
ManufacturerAttachment::class => 'manufacturer',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue