feat: assign teamer requests as default text for special agreements

This commit is contained in:
Björn Fromme
2024-10-29 17:02:48 +01:00
parent 02fa77a03a
commit 3cc8b31562
+1
View File
@@ -68,6 +68,7 @@ class Disposition implements BlameableEntityInterface, TimestampableEntityInterf
$this->assignment = $application->getAssignment(); $this->assignment = $application->getAssignment();
$this->teamer = $application->getTeamer(); $this->teamer = $application->getTeamer();
$this->pickup = $application->getPickup(); $this->pickup = $application->getPickup();
$this->specialAgreements = $application->getRequests();
$this->documents = new ArrayCollection(); $this->documents = new ArrayCollection();
} }