Skip to content
Snippets Groups Projects
Commit 87b109b4 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3272536: API change: Remove filename from actionManager configuration context

parent b52e3a78
No related branches found
No related tags found
No related merge requests found
......@@ -262,10 +262,6 @@ class HandlePdfController extends ControllerBase {
$action_plugin_id = $redirect ? 'redirect' : 'save';
}
// @todo Remove in FillPDF 5.x. The filename is not part of the context and
// is separately available anyway.
$context['filename'] = $filename;
$action_configuration = [
'form' => $fillpdf_form,
'context' => $context,
......
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