Commit a26c5777 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Merge branch 'starling' of git.unicaen.fr:open-source/oscar into starling

parents c5640ff8 bbde1359
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2606,6 +2606,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();