Skip to content
Snippets Groups Projects
Commit 2d833b49 authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Issue #2359213: Fix FillPdfFileContext creation.

parent 84e5bbf1
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,8 @@ class OutputHandler implements OutputHandlerInterface {
$fillpdf_link = $this->linkManipulator->generateLink($context);
$fillpdf_file_context = FillPdfFileContext::create([
$fillpdf_file,
$fillpdf_link->toString(),
'file' => $fillpdf_file,
'context' => $fillpdf_link->toString(),
]);
// The file field will automatically add file usage information upon save.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment