Commit fec82f87 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Fix: ajout date création fiche activité. Redmine #66075

parent 18cf9a0c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -569,6 +569,7 @@ class ProjectGrantApiService implements
            'dateStart' => $this->formatDateTime($activity->getDateStart()),
            'dateEnd' => $this->formatDateTime($activity->getDateEnd()),
            'dateSigned' => $this->formatDateTime($activity->getDateSigned()),
            'dateCreated' => $this->formatDateTime($activity->getDateCreated()),
            'dateUpdated' => $this->formatDateTime($activity->getDateUpdated()),
            'dateOpened' => $this->formatDateTime($activity->getDateOpened()),
            'dateNegociation' => $this->formatDateTime($activity->getDateNegociation()),