]> _ Git - fluidbook_tools.git/commitdiff
wait #8028 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 27 Feb 2026 16:31:00 +0000 (17:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 27 Feb 2026 16:31:00 +0000 (17:31 +0100)
src/Links/PDFFormPopupLink.php

index 8053f50653f69adba0202f48a88701b49832f9e4..d53a2e6d8fb7db61267c7324bfc2586efae24171 100644 (file)
@@ -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;
     }