mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-21 19:01:42 +00:00
Added the option to only show attachment types for certain element classes
This commit is contained in:
parent
2c56ec746c
commit
a4c2b8f885
8 changed files with 231 additions and 5 deletions
|
|
@ -136,7 +136,7 @@ abstract class Attachment extends AbstractNamedDBElement
|
|||
* @var string The class of the element that can be passed to this attachment. Must be overridden in subclasses.
|
||||
* @phpstan-var class-string<T>
|
||||
*/
|
||||
protected const ALLOWED_ELEMENT_CLASS = AttachmentContainingDBElement::class;
|
||||
public const ALLOWED_ELEMENT_CLASS = AttachmentContainingDBElement::class;
|
||||
|
||||
/**
|
||||
* @var AttachmentUpload|null The options used for uploading a file to this attachment or modify it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue