mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-07 07:48:10 +01:00
Added missing lastModified and creationDate fields to API response
This commit is contained in:
@@ -153,6 +153,12 @@ class Project extends AbstractStructuralDBElement
|
||||
#[Groups(['project:read', 'project:write'])]
|
||||
protected Collection $parameters;
|
||||
|
||||
#[Groups(['project:read'])]
|
||||
protected ?\DateTimeInterface $addedDate = null;
|
||||
#[Groups(['project:read'])]
|
||||
protected ?\DateTimeInterface $lastModified = null;
|
||||
|
||||
|
||||
/********************************************************************************
|
||||
*
|
||||
* Getters
|
||||
|
||||
Reference in New Issue
Block a user