Skip to content
Snippets Groups Projects
Commit 66d414a6 authored by arunkumark's avatar arunkumark Committed by Liam Morland
Browse files

Issue #3041508: Remove hard redirect from a FillPdfFieldForm back to its parent FillPdfForm

parent 86ad9270
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ display:
prefix: '0'
value: '0'
suffix: '0'
destination: false
destination: true
plugin_id: dropbutton
filters: { }
sorts:
......
......@@ -72,15 +72,4 @@ class FillPdfFormFieldForm extends ContentEntityForm {
return $form;
}
/**
* {@inheritdoc}
*/
public function save(array $form, FormStateInterface $form_state) {
$form_state->setRedirect('entity.fillpdf_form.edit_form', [
'fillpdf_form' => $this->entity->fillpdf_form->target_id,
]);
return parent::save($form, $form_state);
}
}
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