mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +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',
|
||||
CategoryAttachment::class => 'category',
|
||||
CurrencyAttachment::class => 'currency',
|
||||
ProjectAttachment::class => 'device',
|
||||
ProjectAttachment::class => 'project',
|
||||
FootprintAttachment::class => 'footprint',
|
||||
GroupAttachment::class => 'group',
|
||||
ManufacturerAttachment::class => 'manufacturer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue