Loading module/Oscar/src/Oscar/Entity/Activity.php +1 −0 Original line number Diff line number Diff line Loading @@ -2368,6 +2368,7 @@ class Activity implements ResourceInterface // Info Projet $datas['project-label'] = $this->getProject() ? $this->getProject()->getLabel() : ''; $datas['project-acronym'] = $this->getProject() ? $this->getProject()->getAcronym() : ''; $datas['project-description'] = $this->getProject() ? $this->getProject()->getDescription() : ''; $datas['type'] = (string)$this->getActivityType(); Loading Loading
module/Oscar/src/Oscar/Entity/Activity.php +1 −0 Original line number Diff line number Diff line Loading @@ -2368,6 +2368,7 @@ class Activity implements ResourceInterface // Info Projet $datas['project-label'] = $this->getProject() ? $this->getProject()->getLabel() : ''; $datas['project-acronym'] = $this->getProject() ? $this->getProject()->getAcronym() : ''; $datas['project-description'] = $this->getProject() ? $this->getProject()->getDescription() : ''; $datas['type'] = (string)$this->getActivityType(); Loading