mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 20:04:34 +02:00
Added missing lastModified and creationDate fields to API response
This commit is contained in:
parent
e09f60e71f
commit
64c38042a0
9 changed files with 56 additions and 4 deletions
|
@ -129,6 +129,12 @@ class Footprint extends AbstractPartsContainingDBElement
|
|||
#[Groups(['footprint:read', 'footprint:write'])]
|
||||
protected Collection $parameters;
|
||||
|
||||
#[Groups(['footprint:read'])]
|
||||
protected ?\DateTimeInterface $addedDate = null;
|
||||
#[Groups(['footprint:read'])]
|
||||
protected ?\DateTimeInterface $lastModified = null;
|
||||
|
||||
|
||||
/****************************************
|
||||
* Getters
|
||||
****************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue