From: Vincent Vanwaelscappel Date: Fri, 27 Feb 2026 16:31:00 +0000 (+0100) Subject: wait #8028 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c07710e94b93c783a8789350daeb814d6c4cf2ee;p=fluidbook_tools.git wait #8028 @0.5 --- diff --git a/src/Links/PDFFormPopupLink.php b/src/Links/PDFFormPopupLink.php index 8053f50..d53a2e6 100644 --- a/src/Links/PDFFormPopupLink.php +++ b/src/Links/PDFFormPopupLink.php @@ -20,6 +20,8 @@ class PDFFormPopupLink extends PDFPopupLink $res = parent::_getPDFInfos(); $res['recipient'] = Text::isEmail($this->target) ? $this->target : ''; $res['name'] = $this->name; + $res['attachments'] = $this->attachments ?? 'default'; + $res['mandatory_fields'] = $this->mandatory_fields ?? ''; return $res; }