feat: assign teamer requests as default text for special agreements
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user